Failed to create collection Error: Unknown arguments: ['payload_schema'] #578
urbanscribe
started this conversation in
General
Replies: 3 comments 2 replies
|
hey @urbanscribe
you can find an example here |
0 replies
|
thanks, what confusing is you can fetch payload_schema from a CollectionInfo so what are the best practices for managing the payload schema perhaps there is a confusion on my part between setting a payload schema for a collection and creating an index inside that collection. I am looking to do the former, I know how to do the latter. |
2 replies
|
Yes, it is correct
Could you provide some links which causes confusion please? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Running 1.8.2
Keep getting this error when trying to define the payload schema in a new collection
` def create_collection(self):
"""
Creates a collection with the specified vectors and payload configuration.
Any thoughts?
All reactions