Hi all, I am building llamaindex based RAG application.
I had few questions about how crud operations work in llamaindex docstore (redis) and qdranr
- 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.
- 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