mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #18900] feat: auto import knowledge by periodic and incremental scanning of a given local file directory #138436
Reference in New Issue
Block a user
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 @ghost on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18900
Check Existing Issues
Problem Description
One may simple mount the path to file as read only, and ask openwebui to scan them, while keeping the original directory structure so that it wont break legacy program running on it.
That will be great for small business who has only one single computer that host both file storage and llm service.
Desired Solution you'd like
support periodic and incremental scan of a local file directory to auto import knowledge
automatically sync new or updated file to the knowledge,
remove file that are no longer present on the disk
Alternatives Considered
No response
Additional Context
No response