-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
How are you running AnythingLLM?
All versions
What happened?
If you set your workspace to "Query" mode, it will not return a response unless there is a Document Context
If you then upload a PDF document to the chat window and ask a question on the document, even though the mode is switched to Query, and you have explicitly provided a document and tried to ask a question on the document you have just uploaded. It won't work..
Why?
Because having the Workspace mode on Query AND providing a document to AnythingLLM isn't enough.
You also must put @agent before the message AND provide the filename exactly as it is listed (case sensitive).
https://docs.anythingllm.com/llm-not-using-my-docs#llms-do-not-introspect
If you don't provide the filename exactly, it queries the whole workspace..
So you have to:
- Switch the workspace to "Query" for the Documents context only
- Upload a file
- Provide the exact file name of the document you have just uploaded 🙃
- AND put @agent before every message..
The most backwards and user-unfriendly system I've used.
Should just go the whole hog and make it, plus the user must stand on one leg and touch their nose with their left hand while clicking the mouse button..
Who comes up with these design ideas? 🫤
Are there known steps to reproduce?
No response