mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #19190] issue: Synchronization with Folder Leads to Empty Knowledge Base #34331
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 @flefevre on GitHub (Nov 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19190
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I am using Milvus vector database
Expected Behavior
When synchronizing a knowledge base with a folder containing pre-existing files:
Actual Behavior
Actual Behavior
Steps to Reproduce
Steps to Reproduce
Logs & Screenshots
Additional Information
Additional Notes
Request
Please investigate and fix this issue to ensure:
@flefevre commented on GitHub (Nov 17, 2025):
I have a very much simplier test:
@silentoplayz commented on GitHub (Dec 6, 2025):
Although the behavior of the issue seems to have changed, an issue still persists. After receiving a
Duplicate Contentnotification toast when attempting to re-upload File A, deleting the original file A removes only one instance of the file from the knowledge. However, the file remains accessible in the knowledgebase after seeingFile deleted successfully, suggesting the 2nd File upload attempt may have actually succeeded, despite theDuplicate Contenterror notification toast.