-
Notifications
You must be signed in to change notification settings - Fork 244
Weaviate: Add more robust method to detect existing index #1357
Copy link
Copy link
Closed
Labels
area/document-indexConcerning Document Index or a Document Index backendConcerning Document Index or a Document Index backendgood-first-issueSuitable as your first contribution to DocArray!Suitable as your first contribution to DocArray!index/weaviate
Metadata
Metadata
Assignees
Labels
area/document-indexConcerning Document Index or a Document Index backendConcerning Document Index or a Document Index backendgood-first-issueSuitable as your first contribution to DocArray!Suitable as your first contribution to DocArray!index/weaviate
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Is your feature request related to a problem? Please describe.
An index should be considered as exist when there is a schema with the exist name and properties.
Describe the solution you'd like
Use the client's
existsinstead ofcontainsmethod to detect an existing index name.Describe alternatives you've considered
NA
Additional context
Wait for weaviate/weaviate-python-client#232 to be implemented