Using 0.6.14. Does
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
but the index does not remove the file. I've tried the actual doc_id from
and
source_nodes.node.relationships.1
but nothing is working. Any troubleshooting tips would be appreciated.