Find answers from the community

D
Deval
Offline, last seen 3 months ago
Joined September 25, 2024
Can someone please help me on this query ? https://github.com/run-llama/llama_index/issues/14756

It has been in github open issues since last two months
32 comments
L
D
L
M
D
Deval
·

Docstore

Hi all, I am building llamaindex based RAG application.

I had few questions about how crud operations work in llamaindex docstore (redis) and qdranr

  1. When user uploads a document after initial ingestion, how can i apply the transformation defined in the IngestionPipeline to create the nodes and insert in the existing index.
  1. How can I manage data isolation ( per user) across docstore and vector db consistently? Any suggestions. I came across multi tenancy in qdrant but couldn’t confirm whether it handles isolation at docstore level
5 comments
L
D
Init Query Engine -> User Uploads few docs -> VectorStoreIndex is updated -> Query -> Answer (Answer does not have access to latest index updates)
1 comment
W