Find answers from the community

a
aline
Offline, last seen 3 months ago
Joined September 25, 2024
Hello, I have a question: I have used SimpleDirectoryReader with load_data() to store a file, to which I have added some metadata.
I now want to find a way to delete from the VectorStoreIndex, the docs that refers to specific values of the metadata I have.
I did not find a way to get the node_id / ref_doc_id for each "file" I have uploaded, and then apply the index.delete_ref_doc (https://docs.llamaindex.ai/en/latest/module_guides/indexing/document_management/#deletion)
Is it any way to do it without storing the ref_doc_id for each uploaded file, in a DB from where to retrieve it once I need to delete?

I might have found this https://github.com/run-llama/llama_index/discussions/8930 πŸ˜„
2 comments
a
L
Hiya, is anyone using properly the S3Reader? I have some trouble in the phase when it uses the SimpleDirectoryReader with s3fs as filesystem giving me an error about not finding the given path, $path does not exist, but the file is on the bucket...
2 comments
a
L
mkdocs is nice πŸ™‚
1 comment
W
Hii, I am trying to navigate the docs at the stable version, for example
https://docs.llamaindex.ai/en/stable/api_reference/indices.html

but something seems missing/changed. This is not the only page that gives me this kind of issue
2 comments
a
W