Replies: 2 comments 2 replies
-
Hey @sumedha73! 👋 I'm Dosu, your friendly neighborhood bot here to lend a hand with bugs, questions, and helping you get in the groove with contributing while we wait for a human maintainer to chime in. Just thought I'd pop in and say I'm diving into your issue and will get back to you with some insights shortly. Hang tight! 🤖🌟 |
Beta Was this translation helpful? Give feedback.
0 replies
-
asked in the js repo instead of the python repo |
Beta Was this translation helpful? Give feedback.
2 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.
-
Checked other resources
Commit to Help
Example Code
Description
i have been using the multi vector retriever from langchain for storing images and their description to my embeddings db. i am embedding the descriptions and storing the images as it is for retrieval. the documents are labelled by doc_id which i am storing in a InMemoryStore but i would want this to be in a persistent directory or variable (which i can store in a directory).
i have tried using the LocalFileStore but it stores byte-like object and the docstore needs to be in str format (source) so this approach threw TypeError.
is there anyway to implement this functionality? please help me, i am just a beginner with langchain and llms.
I have attached my code for the retriever and the llm chain.
Thanks!!
System Info
I am running my python program on google colab
Beta Was this translation helpful? Give feedback.
All reactions