mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12947] [MERGED] feat: Add gRPC support to Qdrant #23059
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/12947
Author: @gaby
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @tjbck
Base:
dev← Head:qdrant-grpc📝 Commits (1)
6188c0cAdd suport for Qdrant GRPC📊 Changes
2 files changed (+32 additions, -6 deletions)
View changed files
📝
backend/open_webui/config.py(+2 -0)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+30 -6)📄 Description
Description
Support for gRPC is documented here: https://github.com/qdrant/qdrant-client#grpc
Fixes https://github.com/open-webui/open-webui/issues/12677
Related https://github.com/open-webui/open-webui/discussions/12722
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.