mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Upgrade Chroma to solve some bugs with RAG #3216
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 @daniporr on GitHub (Jan 8, 2025).
Bug Report
Environment
Open WebUI Version: v0.5.4
Ollama (if applicable): v0.5.4
Operating System: Windows 11
Confirmation:
Description
It seems that earlier versions of Chroma have some bugs when processing multiple documents: https://github.com/chroma-core/chroma/issues/2513
They seem to be solved in the version released at the beginning of December (0.5.23).
Moreover, a new minor version has been released last week and already updated a couple of times (at the moment we are at version 0.6.2).
However, here we are still using:
1dfb479d36/backend/requirements.txt (L46)Therefore, especially to solve those bugs, it makes sense to upgrade it to a newer version.
@tjbck commented on GitHub (Jan 8, 2025):
Addressed in dev.