mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #18485] issue: False duplicate when using milvus as vectordb #34140
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 @julien-oss on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18485
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
Ubuntu24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I create a new knowledge base, upload a document, and then another completely different document. Both are added to the knowledge base and vector db.
Actual Behavior
I create a new knowledge base, upload a document, and then another completely different document. Only the first one is being added, every time I try to upload a second document, it get falsely flagged as duplicated content.
Steps to Reproduce
Logs & Screenshots
Openwebui logs :
Milvus logs :
Additional Information
No response
@Classic298 commented on GitHub (Oct 21, 2025):
Duplicate of #17088 and https://github.com/open-webui/open-webui/discussions/18119
@Classic298 commented on GitHub (Oct 21, 2025):
Possible Fix here, testing wanted: https://github.com/open-webui/open-webui/pull/17938
@alvarolopez commented on GitHub (Nov 26, 2025):
@Classic298 the issue is solved with your PR, but the problem still exists, why is the issue closed?
@Classic298 commented on GitHub (Nov 26, 2025):
@alvarolopez no the issue it not solved with my PR because my PR was closed.
I need to break the PR down into smaller packages so it can get merged. Will do it when I have time.
Remind me again if it isn't done in a week
And this issue is closed because its a duplicate