Need help in storing and loading document store #4705
Unanswered
sohanasarah
asked this question in
Questions
Replies: 1 comment
-
Hello @sohanasarah! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi I am using InMemory Document Store and an Embedding retriever for Q/A pipeline.
As the embedding takes a while, I want to load the embeddings and later use them again in the retriever. (in rest API side). I dont want to use ElasticSearch or Faiss. How can I achieve this using In Memory Store? I tried to use pickle, but there is no way to store the embeddings. Again, in the embedding retriever there is no load function.
Beta Was this translation helpful? Give feedback.
All reactions