Replies: 9 comments 9 replies
-
My response is successful but the point is still there and available for querying, I tried the same in the Qdrant cloud console but no success there. Getting successful response but the points are still available for querying. |
Beta Was this translation helpful? Give feedback.
-
The above is the sample screenshot of success response upon using delete request filter by points metadata in qdrant console. but the Ajai.pdf is still available for querying and I get the content response from the DB. |
Beta Was this translation helpful? Give feedback.
-
At quick glance I don't see an immediate problem here. Could you retrieve the point you expect to be deleted and dump it here, so that we know what your payload looks like? For example:
Also, could you show how you query this point afterwards? |
Beta Was this translation helpful? Give feedback.
-
@timvisee , I have tried retrieving the points by modifying the above example you provided an actual point, but I'm getting the empty response only even though the point is not deleted. Meaning I'm getting only empty responses to the query regardless of deletion. What is I'm doing wrong here? Please correct me. I have attached the sample screenshots below.
Note: I'm using qdrant cloud console for testing the deletion of points(to verify). I'm working on qdrant python API to delete the points. Thanks for your understanding. |
Beta Was this translation helpful? Give feedback.
-
I met the same situation. Points is still there after I call delete api. |
Beta Was this translation helpful? Give feedback.
-
@timvisee still vector are the there even after upgrading the version to Qdrant 1.8.3 and deleting |
Beta Was this translation helpful? Give feedback.
-
thank for your reply 315930399.Yes i am using the Langchain and i am not able to access this https://qdrant.tech/documentation/concepts/filtering/#nested-key |
Beta Was this translation helpful? Give feedback.
-
Verify your payload structure, you may need to use Nested keys, more info in this link: https://qdrant.tech/documentation/concepts/filtering/
Filter:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi there, I've implemented class qdrant class around a custom class and using methods from an API call. So now When I call the delete API method, My points do not get deleted, I've gone through the documentation of qdrant where I found it is not deleted right after and I've also seen that passing parameter wait=true will delete but no use, is there anything I'm doing wrong. Please help me in this. And below is my delete method. I'm deleting the points by metadata fields which I used.
Beta Was this translation helpful? Give feedback.
All reactions