mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: Auto-Add ALL Docs in a Given Folder #2317
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#2317
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 @Tylast on GitHub (Mar 28, 2025).
What would you like to see?
I would like to have an option that allows AnythingLLM to auto-add all documents from a specified folder and continuously watch the folder for new documents to be added automatically. This would work very similarly to "Automatic document sync" (experimental feature) but for the whole designated folder. BTW, gpt4all already has this & it works great!
The reason I'm asking for this is that I'm creating new work almost daily & I want my LLM to be up-to-date & responsive to my current corpus of work.
I see that #1873 was closed 9 months ago, with others asking for the exact same thing. PLEASE reconsider. :|
@MrMarans commented on GitHub (Apr 15, 2025):
If you are using the docker version, then you can use this: https://github.com/MrMarans/AnythingLLM_File-Manager
Thats what i coded myself. Its tested for windows file paths. It uploads the files to anythingLLM by its own, detects changes, creates/deletes workspaces based on folders and such. See the readme.
In a few small updates im going to ask for a mention in anythingLLMs "External Apps & Integrations" part of the readme.
@winsontsg commented on GitHub (Apr 17, 2025):
I am currently using the Docker version of AnythingLLM and attempting to integrate it with AnythingLLM_File-Manager, but I've encountered the issue below
@MrMarans commented on GitHub (Apr 17, 2025):
First off, thanks for using that. I would love to help you, but
So please try to open: http://localhost:8000/update_files/update/
Then press the "POST" Button and it should work. Since my programm currently is kind of still in beta, there are a few things missing yet.
If you are have
USE_CRON=true
in the .env, then you dont need to do anything but wait for 2 minutes (or whatever you set the cron timer to)
@timothycarambat commented on GitHub (Apr 17, 2025):
Thank you for saying that @MrMarans - I appreciate you considering my notifications log haha
@pritchey commented on GitHub (Apr 28, 2025):
This feature - monitoring an imported/designated folder and automatically importing new documents - would be immensely useful for me. I collect documents on various topics and separate them into different folders. Being able to assign one (or more) of those folders to a workspace and have it automatically monitored and new documents imported would be a great automation step. Currently using the Desktop app on MacOS.
@TheAlex25 commented on GitHub (Jan 14, 2026):
@timothycarambat Can you work on this? I have been looking for an alternative for GPT4All for 9 months. None are as good as GPT4All when it comes to easy to use RAG.