Find answers from the community

Updated 2 years ago

Using 0 6 14 Does ```GPTVectorStoreIndex

Using 0.6.14. Does
Plain Text
GPTVectorStoreIndex.from_documents
support deleting docs from the index? I am passing in a filename as doc_id when inserting and passing it back in to
Plain Text
index.delete(<id>)
but the index does not remove the file. I've tried the actual doc_id from
Plain Text
source_nodes.node.doc_id
and
Plain Text
source_nodes.node.relationships.1
but nothing is working. Any troubleshooting tips would be appreciated.
L
e
6 comments
I think this may be a bug. I'm actually planning to work on this later today πŸ™‚
@Logan M Thank you!
@Logan M Just checking in. With the 0.6.16 release should this be working? Thanks for all you are doing!
Almost had it done, but realized I need to update all the vector store integrations 😦
Will be worth the wait! πŸ‘Œ
Add a reply
Sign up and join the conversation on Discord