Find answers from the community

Updated 9 months ago

do you have an example chat-bot system

do you have an example chat-bot system with message history, conversations, and internal documents?
in every example what I saw is just 2 lines of code that everybody copy-pasted from each other.
I want to understand how a smart people design a database for persisting conversations, users, how they combine a chat history to ask a question on top of a document.
T
1 comment
You can read the source code for the chat engine here: https://github.com/run-llama/llama_index/tree/main/llama-index-core/llama_index/core/chat_engine

If you're interested in a more comprehensive full-stack example I'd check out the SEC insights project: https://github.com/run-llama/sec-insights/tree/main/backend/app/chat
Add a reply
Sign up and join the conversation on Discord