mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[security] Remove uploaded documents once the embedding is done #1637
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 @leobenkel on GitHub (Jul 30, 2024).
Is your feature request related to a problem? Please describe.
Today, the back-end keep the documents uploaded. And for safety, that's not super clean.
Describe the solution you'd like
Would be nice to have the document uploaded, with obfuscated name. The embedding is done. Then the file is removed, no trace left.
Describe alternatives you've considered
Right now, I have to remove the file manually which is annoying.
@leobenkel commented on GitHub (Jul 30, 2024):
why the closing without conversation ?
@justinh-rahb commented on GitHub (Jul 30, 2024):
@leobenkel we close issues that lack sufficient details for reproduction or resolution, or that don't follow our issue/feature request template. This helps us maintain clarity and ensures we can address valid concerns effectively. Thank you for understanding!
@leobenkel commented on GitHub (Jul 31, 2024):
I followed the predefined pattern for feature request, what did i miss ?