-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
How are you running AnythingLLM?
Docker (local)
What happened?
After attaching four text documents to the Current Context and confirming that the model utilizes all of them in its responses, I closed the application. After reopening it, the UI correctly indicated that there were still four files in the Current Context. However, when I proceeded to ask questions that required information from all four documents, the responses only drew from a single document. Clicking on "Show citations" under the response also shows that only one document is being used as a source, despite all four being listed in "Current Context (4 files)".
I expected that after restarting the application, the context of all four attached documents would be used by the model in its responses, consistent with the Current Context window.
Are there known steps to reproduce?
No response