file_reader_llamaindex doesn't work
bovchyk opened this issue · 3 comments
bovchyk commented
What is the issue?
Steps to reproduce:
- setup toolkit as written in setup
- open localhost:4000, click the "New conversation" icon, and switch on "FILE READER" in settings (top right corner gear icon, description: "Retrieves documents from a file using LlamaIndex.")
- attach any pdf file in the message input and write prompt "summarize text" (for example, it can be any)
- click enter
actual results:
- UI shows steps:
- "I will read the attached document and summarise its contents."
- Using file_reader_llamaindex
- no output
expected results:
- UI shows steps
- summarization of document
actual result image:
backend logs: backend.log
Additional information
No response