What files to look at strictly for the bot config, upload (including vector store), and chat functionality #106
Unanswered
d3buggerdan
asked this question in
Q&A
Replies: 1 comment
-
Chat LlamaIndex is a bit more complicated as it supports multiple bots and indexes. If you're looking for a more simplified example, I recommend starting with https://github.com/run-llama/create-llama. It generates personalized example code with just one bot and one index. Chat LlamaIndex is based on it, too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tested out the chat-llamaindex demo with my own documents and am pleased with the responses.
I am looking to strictly get the backend code that handles
I tried to dig into the code but am a little confused exactly what to extract (since there is a lot of additional code) that will essentially allow me to replicate this but on a simple level without all of the extra functionality such as UI/Settings etc.
I essentially would like to have a simple project where I can have a folder to place a pdf, i can then run a script to take this and similar to the upload feature create embeddings and store them locally, and inside the terminal be able to chat with the document and receive the same answers as I would in the demo without all of the extra code.
If anyone can provide some clarity or direction to what I need to specifically look at would be greatly appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions