-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete an Index of Weaviate with docarray API #1735
Comments
For the moment you can check the |
@isspek do you mean you want to delete a class in weaviate but using the docarray api? |
Hi @hsm207, yes correct. I'd like to do that with the docarray api. |
@isspek noted. That is not possible at the moment. Right now, only delete by document ids is supported e.g: del test_index[["1", "2"]] |
u could use the |
Instead of deleting that can we update it into an empty string? Just asking :) |
Initial Checks
Description
Hi everyone,
I started using docarray with Weaviate. My question is about clearing index of Weaviate by using the docarray API. I have set up a collection as shown at the below code. It is a test collection, and want to clear or remove this index after testing. How can I clear/remove it with the docarray library? Thanks a lot!
Affected Components
The text was updated successfully, but these errors were encountered: