[GH-ISSUE #1609] Can AI agents' RAG Search find all the contents of the workspace document #1047

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

Originally created by @mingLvft on GitHub (Jun 5, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1609

Description

Can AI agents' RAG Search find all the contents of the workspace document

Originally created by @mingLvft on GitHub (Jun 5, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1609 ### Description Can AI agents' RAG Search find all the contents of the workspace document
yindo added the documentation label 2026-02-22 18:22:51 -05:00
yindo closed this issue 2026-02-22 18:22:51 -05:00
Author
Owner

@shatfield4 commented on GitHub (Jun 5, 2024):

AI agents use RAG to find related content from your document. It does not access the entire document since this would cause context overflow in most models.

@shatfield4 commented on GitHub (Jun 5, 2024): AI agents use RAG to find related content from your document. It does not access the entire document since this would cause context overflow in most models.
Author
Owner

@mingLvft commented on GitHub (Jun 11, 2024):

AI agents use RAG to find related content from your document. It does not access the entire document since this would cause context overflow in most models.

Is there a problem if the context is sufficient?

@mingLvft commented on GitHub (Jun 11, 2024): > AI agents use RAG to find related content from your document. It does not access the entire document since this would cause context overflow in most models. Is there a problem if the context is sufficient?
yindo changed title from Can AI agents' RAG Search find all the contents of the workspace document to [GH-ISSUE #1609] Can AI agents' RAG Search find all the contents of the workspace document 2026-06-05 14:38:41 -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#1047