mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #15289] [MERGED] refactor: Updated Qdrant multi-tenancy implementation #10581
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15289
Author: @Anush008
Created: 6/25/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (7)
5dba298refactor: Updated Qdrant multi-tenancy implementation9dd24eechore: Bump qdrant-client version05bee56Merge remote-tracking branch 'origin/dev'7c734d3Merge remote-tracking branch 'origin/dev' into Anush008/main0ac57a0refactor: More implementation improvementsc8a49d3refactor: Removed more swallows17debaachore: Raise if QDRANT_URI is not set📊 Changes
3 files changed (+146 additions, -528 deletions)
View changed files
📝
backend/open_webui/config.py(+2 -2)📝
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+143 -525)📝
backend/requirements.txt(+1 -1)📄 Description
Description
Hey 👋. Greetings from Qdrant. This PR improves the Qdrant Multi-tenancy implementation.
Reasoning behind the changes is mentioned as code comments below.
I’ve unit tested the methods after these changes to make sure they work as expected.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
Resolves https://github.com/open-webui/open-webui/issues/15197
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.