You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the indexing options the behaviour is now different:
{"createCollection":{"name":"collection_vector","options":{"vector":{"dimension":14,"metric":"cosine"},"indexing":{"deny":["blob_body"]}}}}
=> {"status":{"ok":1}}
{"createCollection":{"name":"collection_vector","options":{"vector":{"dimension":14,"metric":"cosine"},"indexing":{"deny":["blob_body"]}}}}
=> {"errors":[{"message":"The provided collection name 'collection_vector' already exists with a different vector setting.","errorCode":"INVALID_COLLECTION_NAME"}]}
The text was updated successfully, but these errors were encountered:
Previously this request could be executed multiple times without errors:
Will get you all the time.
With the indexing options the behaviour is now different:
The text was updated successfully, but these errors were encountered: