Find answers from the community

Updated 6 months ago

Delete from Index

At a glance

The community member is asking how to delete a document from the Qdrant index. Another community member provides the answer, stating that the user needs the doc_id of the document they want to delete, and then they can use index.delete(doc_id) to delete it. The original poster responds with a "Thank you!!" comment, indicating that the answer was helpful.

Hi! Is there any way to delete a document from the index? Thanks! (I'm using Qdrant index.)
L
S
2 comments
You just need the doc_id of the document you want to delete

Then you can do index.delete(doc_id)
Add a reply
Sign up and join the conversation on Discord