mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12650] feat: disable option for storing files when uploading for RAG #32198
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 @OTheNonE on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12650
Check Existing Issues
Problem Description
We are uploading documents into Open WebUI for RAG. We have the documents stored on our company's shared drive, but when uploading the files onto Open WebUI, the files are also stored there, resulting in duplicate files. We only want to analyse the files for RAG, and then remove the original document from Open WebUI.
Desired Solution you'd like
I would like a solution, where you could toggle if you want to store the files themselves when uploading. If toggled to
false, then files will be uploaded, analysed, and the removed.Alternatives Considered
No response
Additional Context
No response