mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #11819] issue: file deletion in collection does not work when bypass embedding set to true #16366
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 @McNickSistoPro on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11819
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Mac Sequoia 15.1.1
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When clicking on the cross at the top right of a file (in a collection) it should be deleted when Bypass Embedding is activated.
Actual Behavior
It does not delete the file because it says that the Chroma DB collection is not found. See logs below.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Mar 21, 2025):
Addressed with
87a06a1976in dev, 0.5.21 will be released soon.