Failed to create collection Error: Unknown arguments: ['payload_schema'] #578
Replies: 3 comments 2 replies
-
hey @urbanscribe
you can find an example here |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Yes, it is correct
Could you provide some links which causes confusion please? |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions