Find answers from the community

Updated 3 months ago

Delete from Index

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