mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
issue: Qdrant not used after updating VECTOR_DB from chroma to qdrant #5406
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 @mthreet on GitHub (May 30, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.11
Ollama Version (if applicable)
No response
Operating System
Kubernetes version v1.31.9+rke2r1
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Open WebUI uses Qdrant to manage file upload, collections, vector stores, etc.
When uploading a file to a Knowledge collection, it is uploaded and saved the a vector DB, but nothing appears in Qdrant
Actual Behavior
Open WebUI is still using Chroma
Steps to Reproduce
Logs & Screenshots
2025-05-30 19:01:10.027 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: application/pdf - {}
2025-05-30 19:01:10.692 | INFO | open_webui.routers.retrieval:save_docs_to_vector_db:969 - save_docs_to_vector_db: document EO_on_AI.pdf file-3bab4444-8995-483a-8019-739d99b28684 - {}
2025-05-30 19:01:10.705 | INFO | open_webui.routers.retrieval:save_docs_to_vector_db:1052 - adding to collection file-3bab4444-8995-483a-8019-739d99b28684 - {}
Qdrant collection page shows it is empty
Additional Information
Using Postgres as the backing DB