-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Support Llama-2 in LangChain mode #58
Comments
Hello! I am new to this type of issue and I would like to work on this. |
Cool! I've assigned you this issue. |
I have gone through several documentations related to this issue like - LLM, Langchain etc.
|
You can check out the description of this issue. The target is to successfully start the chatbot service using commands in the description.
|
@jaelgu @LovishGarg2004 Addressing this issue here #70 |
|
What would you like to be added?
Akcio offers two options to build the system: langchain or towhee.
The option using Towhee has already supported Llama-2 as LLM.
To support Llama-2 for LangChain, we need to add a
llama_2_chat.py
under https://github.com/zilliztech/akcio/tree/main/src_langchain/llm.With llama-2 supported in LangChain mode, the following steps should start service successfully:
OR start gradio demo:
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: