mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
issue: False duplicate when using milvus as vectordb #6724
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).
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