Find answers from the community

Updated 2 years ago

Vector store delete

So if I look inside "index_stor.json" and "vector_store.json" the doc_id should not be there anymore or it is just flagged as deleted?
L
T
C
5 comments
Yea pretty much. It deleted all the nodes associated with that document
I just checked and if I open those files the doc_id I just deleted is still there
I have also encountered this problem. Have you resolved it now
Attachment
image.png
Sorry from the picture I don't get what is The problem
@ChuanYue yea it doesn't delete from the docstore unless you explicitly call index.docstore.delete

This is because the docstore can be shared across indexes

It's still deleted from the index_struct and vector_store and won't be included in queries

Hoping to get a new change in soon to help make this make more sense haha
Add a reply
Sign up and join the conversation on Discord