Langchain chatbot #3212
ossirytk
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written a llama.cpp chatbot using llama-cpp-python, langchain and chainlit. The purpose of this project is to give a more fleshed out example template for langchain development. If you want to work on things like vector store memory, it's pretty easy to start here. Chainlit is a dropin ui, so there is no ui coding. The python code is less than 250 lines. Supports text format, json, yaml, V2 and Tavern character card formats. Pure python with minimal dependencies.
https://github.com/ossirytk/llama-cpp-langchain-chat
Beta Was this translation helpful? Give feedback.
All reactions