Find answers from the community

Updated 11 months ago

Delete

At a glance

The community member is evaluating the Auto Merging Retriever from the LlamaIndex documentation and is considering using Redis as a document store while continuing to use Qdrant for the vector store. They need to perform inserts, updates, and deletes on both the vector store and the document store, and are asking the community for the standard way to achieve this in LlamaIndex, as the documentation only discusses inserts.

A comment from another community member suggests that the docstore in LlamaIndex has several CRUD functions that may be helpful.

Useful resources
Hi,

I want to evaluate this retriever within the scope of our application - https://docs.llamaindex.ai/en/stable/examples/retrievers/auto_merging_retriever.html.

Currently, we're utilising Qdrant as our vector store, handling inserts, updates, and deletes.

For this particular retriever, we're considering using Redis as a document store while continuing with Qdrant for managing the vector store at the leaf-level nodes. This means we'll need to perform inserts, updates, and deletes on both the vector store and the document store.

Could someone please show the standard way to achieve this in LlamaIndex? The documentation only discusses inserts.

Thanks!
Add a reply
Sign up and join the conversation on Discord