Replies: 2 comments 2 replies
-
Answer generated by a 🤖 AnswerHello, Thank you for your interest in the LangChain framework. Based on the information provided, it seems you're trying to use the llama v2 chat models with the conversational retrieval agent framework. From the context provided, it's clear that LangChain does support the integration of llama chat models as shown by the import statement The error message you're encountering suggests that the conversational retrieval agent framework currently only supports ChatOpenAI models. This might be the reason why you're unable to use the llama v2 chat models. There was a similar issue titled Can I use vectorstore with LLMChain? which might provide some insights. However, it doesn't directly address your issue. Unfortunately, without more information, it's hard to provide a definitive answer. It would be helpful if you could provide more details about the error message you're encountering and the steps you've taken so far. This will help us understand the issue better and provide a more accurate solution. Best regards, SourcesThis response is meant to be useful, save you time, and share context. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. |
Beta Was this translation helpful? Give feedback.
-
I am having a similar issue. I am trying with Qwen-7b-chat. When I try to run the following code, I get:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use the llama v2 chat models locally (in my case llama-2-13b-chat.ggmlv3.q6_K.bin, through llama cpp server) with the conversational retrieval agent framework that was recently released. Are there any ways to get it working (or plans to support the open source models in the near future)?
The conversational retrieval agent seems to only currently work with ChatOpenAI models as it errors out: ""Only supported with ChatOpenAI models." I am very new to the langchain framework, so apologies if I'm missing something obvious. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions