mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #14493] feat: Upload files to knowledge base should overwrite existing (older) files #17274
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 @MelleKoning on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14493
Check Existing Issues
Problem Description
When uploading files to a knowledge base, and also selecting a folder to upload multiple files at once, often see the error that the file already exists and the duplicate is thus not uploaded.
Desired Solution you'd like
Will be nice when the new file that is uploaded can be checked for the creation/upate date as when it has newer contents overwriting the file that already exists in the knowledge base is beneficial.
Alternatives Considered
No response
Additional Context
No response