[GH-ISSUE #3298] Error reported in Discord by #2119

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

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

https://discord.com/channels/1114740394715004990/1341425310196957245

Thats all, educational purpose and need to fix it.

Thanks

Originally created by @ejgutierrez74 on GitHub (Feb 20, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3298 https://discord.com/channels/1114740394715004990/1341425310196957245 Thats all, educational purpose and need to fix it. Thanks
yindo closed this issue 2026-02-22 18:28:13 -05:00
Author
Owner

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

This comes down to how RAG works from a technical standpoint. I see that you have lots of files in your workspace and this makes it very difficult for the similarity search to find what you are looking for. You can try out pinning the documents that have the most crucial information to your workspace and see if this gives you better results. Pinning inserts the entire document into the model's context window and then it should be able to find the information you are looking for.

@shatfield4 commented on GitHub (Feb 20, 2025): This comes down to how RAG works from a technical standpoint. I see that you have lots of files in your workspace and this makes it very difficult for the similarity search to find what you are looking for. You can try out pinning the documents that have the most crucial information to your workspace and see if this gives you better results. Pinning inserts the entire document into the model's context window and then it should be able to find the information you are looking for.
Author
Owner

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

Yes but the documents are pdf and doc about the institute laws and structure.
But for example only in the scrap webpage of the intitute, it cant find the address or phone number...thats not or should not be complicated to a LLM. Also language is a problem, because i have prompted different models IA from ollama like llama3.1, phi4 and others and didnt have that problem.....

Seems that the potential of wokspace files is to train llm to work with your data ( ex. excel with students marks, absences...),

@ejgutierrez74 commented on GitHub (Feb 20, 2025): Yes but the documents are pdf and doc about the institute laws and structure. But for example only in the scrap webpage of the intitute, it cant find the address or phone number...thats not or should not be complicated to a LLM. Also language is a problem, because i have prompted different models IA from ollama like llama3.1, phi4 and others and didnt have that problem..... Seems that the potential of wokspace files is to train llm to work with your data ( ex. excel with students marks, absences...),
Author
Owner

@timothycarambat commented on GitHub (Feb 21, 2025):

https://docs.anythingllm.com/llm-not-using-my-docs

@timothycarambat commented on GitHub (Feb 21, 2025): https://docs.anythingllm.com/llm-not-using-my-docs
yindo changed title from Error reported in Discord by to [GH-ISSUE #3298] Error reported in Discord by 2026-06-05 14:44:40 -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#2119