How can I persist a db for MultiVectorRetriever? #32665
Unanswered
quartermaine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a RAG from pdfs where I extract the text and tables. I want to use a persistent db in order to store the chunks, tables, embeddings e.t.c. and then reload the db and use the MultiVectorRetriver. Because MultiVectorRetriever requires a docstore I use a LocalFileStore where I save the parent (original) pdfs as batches. Although I am able to initialize the MultiVectorRetriver I am not getting any resutls from the retriever. Below are my implementation of the creation of the vectorstore and the retriever.
Beta Was this translation helpful? Give feedback.
All reactions