Find answers from the community

Updated 3 months ago

Postgres

While reading the llama-index release notes, I noticed that v0.9.37 added a postgres docstore, as seen in #10233.

How does this differ from the current PGVectorStore, and what would be the use case from this postgres docstore?
L
T
4 comments
A few features require use of a docstore (document management , auto merging retriever, bm25 retriever, etc.)

The docstore allows for easy key/val access to data
In your expert opinion, would you recommend harnessing the three elements: vector, document, and index store?. If that is the case, with this new tooling can I harness these three elements to create a performant RAG tool?
BTW thank you so much for taking the time to answer my questions
I think in general it's worth it for the document management aspect. But I will agree that it does make code/deployment ever slightly more complicated
Add a reply
Sign up and join the conversation on Discord