-
how to use langchain with bento ml? |
Beta Was this translation helpful? Give feedback.
Answered by
parano
Oct 25, 2023
Replies: 1 comment
-
Hi @Raishani For a typical LangChain app with OpenAI endpoint, you can check out https://github.com/ssheng/BentoChain as an example If you are planning on using LangChain with Open Source LLMs, such as Llama2, see https://github.com/bentoml/OpenLLM which is built on top of BentoML, and its integration with LangChain: https://python.langchain.com/docs/integrations/llms/openllm |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
parano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Raishani
For a typical LangChain app with OpenAI endpoint, you can check out https://github.com/ssheng/BentoChain as an example
If you are planning on using LangChain with Open Source LLMs, such as Llama2, see https://github.com/bentoml/OpenLLM which is built on top of BentoML, and its integration with LangChain: https://python.langchain.com/docs/integrations/llms/openllm