mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-13 11:33:32 -05:00
[GH-ISSUE #18326] issue: RAG with qdrant vector database stop working since version v0.6.16 #57228
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 @Abdelrahman1993 on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18326
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
Kubernetes EKS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
RAG should continue retrieving results from Qdrant after the upgrade from v0.6.15 to newer versions
Actual Behavior
No results are returned from Qdrant when using RAG on since v0.6.16
Steps to Reproduce
upgrade from openwebui v0.6.15 container with qdrant storage container to newer openwebui version (v0.6.16, ...., v0.6.33)
Logs & Screenshots
OpenWebUI qdrant env variables
Documents Configs
OpenWebUI Chat
OpenWebUi Logs
Qdrant Logs
Browser Logs
Additional Information
I’m running OpenWebUI v0.6.15 with RAG backed by Qdrant on kubernetes cluster, and everything works. However, after upgrading OpenWebUI from v0.6.15 to newer version(v0.6.16, ...., v0.6.33), RAG stops retrieving data from the Qdrant vector database. I’ve had to roll back to v0.6.15 to restore functionality.
@tjbck commented on GitHub (Oct 14, 2025):
Please read the changelogs,
ENABLE_QDRANT_MULTITENANCY_MODEis enabled by default now.