Create a vector store using langchain/embedings #2540
-
I am trying to create a vector store using langchain integration, but with the feature of NOT wanting to use OpenAI but a local LLM. Is it possible what I am trying to do or do I have to go through ChatGPT? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
hi @cibernicola - sorry you've run into an issue, we're actually pending a couple of examples with open-source models. It is certainly possible to achieve, since Deep Lake is serverless. If you haven't yet stumbled upon our course on LangChain & Vector Databases, do check it out, especially the chapter on using GPT4all with Deep Lake. Would you mind reporting the errors you're getting in our community slack so we can discern if these are LangChain or Deep Lake related? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
Well, checked, although it is not what I would have liked. This time I use LM Studio as LLM's manager/engine, which, in turn, has the option of raising a "Local Inference Server" c I wonder if it would be possible to use it all together: LM Studio, LangChain and deeplake. I don't know if it is too specific. I mean, I m able to work with langchain and LM Studio, what I dont know is how to upload embeddings using deeplake |
Beta Was this translation helpful? Give feedback.
-
Well, as per documentation here: https://learn.activeloop.ai/courses/take/langchain/multimedia/46317979-exploring-the-role-of-langchain-s-indexes-and-retrievers When I reach:
The content of "docs" looks like:
I'm barely lost, don't know where the problem is :/ |
Beta Was this translation helpful? Give feedback.
hi @cibernicola - sorry you've run into an issue, we're actually pending a couple of examples with open-source models. It is certainly possible to achieve, since Deep Lake is serverless.
If you haven't yet stumbled upon our course on LangChain & Vector Databases, do check it out, especially the chapter on using GPT4all with Deep Lake.
Would you mind reporting the errors you're getting in our community slack so we can discern if these are LangChain or Deep Lake related? Thanks a lot.