[GH-ISSUE #3287] [BUG]: The document uploaded but can't be used in conversation #2110

Closed
opened 2026-02-22 18:28:11 -05:00 by yindo · 2 comments
Owner

Originally created by @zydmtaichi on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3287

How are you running AnythingLLM?

Docker (local)

What happened?

I upload a txt file to my workspace and ask a question like " according above file, please parse and extract KG". However, the response show the LLM can't find the content uploaded

Are there known steps to reproduce?

No response

Originally created by @zydmtaichi on GitHub (Feb 20, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3287 ### How are you running AnythingLLM? Docker (local) ### What happened? I upload a txt file to my workspace and ask a question like " according above file, please parse and extract KG". However, the response show the LLM can't find the content uploaded ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:11 -05:00
yindo closed this issue 2026-02-22 18:28:11 -05:00
Author
Owner

@shatfield4 commented on GitHub (Feb 20, 2025):

This is due to the way RAG works, it is not finding a match on the text you provided. Try pinning the document to your workspace and it will add the entire document as context to your chats.

@shatfield4 commented on GitHub (Feb 20, 2025): This is due to the way RAG works, it is not finding a match on the text you provided. Try pinning the document to your workspace and it will add the entire document as context to your chats.
Author
Owner

@zydmtaichi commented on GitHub (Feb 20, 2025):

Hi @shatfield4 , I did the operation that pin my doc to workspace but it is still not working.
my env pasted below:
model provider: ollama
model: deepseek-r1:7b

@zydmtaichi commented on GitHub (Feb 20, 2025): Hi @shatfield4 , I did the operation that pin my doc to workspace but it is still not working. my env pasted below: model provider: ollama model: deepseek-r1:7b
yindo changed title from [BUG]: The document uploaded but can't be used in conversation to [GH-ISSUE #3287] [BUG]: The document uploaded but can't be used in conversation 2026-06-05 14:44:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2110