mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: Support GPT4All-style LocalDocs RAG with one-click indexing of multiple folders and all nested directories. #3173
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#3173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheAlex25 on GitHub (Feb 13, 2026).
What would you like to see?
Feature Request: LocalDocs-Style RAG with One-Click Multi-Folder Indexing in AnythingLLM
Title:
Support GPT4All-style LocalDocs RAG with one-click indexing of multiple folders and all nested directories.
Summary:
Add a LocalDocs-equivalent retrieval-augmented generation (RAG) feature to AnythingLLM that allows users to select one or more folders — including nested subfolders — from the operating system file explorer (Windows Explorer, macOS Finder, Ubuntu Files) and index them for semantic search and contextual retrieval in a single action. This would replace the current manual and clunky ingestion process.
Current Limitation:
AnythingLLM’s existing document ingestion for RAG requires manual uploads and repeated steps to add large collections or complex directory structures. There is no easy way to select entire folder trees at once for indexing.
Proposed Behavior:
One-Click Folder Selection:
Allow users to right-click one or multiple folders in the OS file explorer (Windows, macOS, Linux) and choose “Index with AnythingLLM LocalDocs” (or similar). This should recursively include all nested files and subfolders.
Automatic Embedding and Vector Storage:
Automatically process supported file formats (PDF, DOCX, TXT, MD, etc.), chunk content, generate embeddings, and store them in a local vector database without extra manual steps.
Integrated Per-Query Retrieval:
At runtime, automatically retrieve the most relevant document snippets from the indexed collection and include them in the prompt context.
Source Transparency:
Show clear source citations (file path and excerpt) for information used in responses.
Benefits:
Success Criteria:
GPT4All's RAG Interface: