Find answers from the community

Updated 3 months ago

I am trying to make a simple bot that

I am trying to make a simple bot that bases its answers on a PDF file that I provide, however when executing the code the bot gives me wrong answers as if it had not loaded the information, I suspect that the error may be in the index process but I have tried different ways to do it and the problem still occurs
Attachments
image.png
image.png
L
S
3 comments
chat_mode="simple" does not actually use the data in your index, its just a chat with the LLM πŸ™‚

You can read about all the chat modes here
https://docs.llamaindex.ai/en/stable/module_guides/deploying/chat_engines/usage_pattern.html#available-chat-modes
omg sorry i was dumb xd
Add a reply
Sign up and join the conversation on Discord