[PR #12947] [MERGED] feat: Add gRPC support to Qdrant #23059

Closed
opened 2026-04-20 04:36:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: qdrant-grpc


📝 Commits (1)

  • 6188c0c Add 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

  • Adds support for gRPC as an alternative method for Qdrant. Using gRPC provides higher performance.
  • Current behavior is kept of default to HTTP.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/12947 **Author:** [@gaby](https://github.com/gaby) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `qdrant-grpc` --- ### 📝 Commits (1) - [`6188c0c`](https://github.com/open-webui/open-webui/commit/6188c0c5b749525f3afac87dd71985c43e383c9a) Add suport for Qdrant GRPC ### 📊 Changes **2 files changed** (+32 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/config.py` (+2 -0) 📝 `backend/open_webui/retrieval/vector/dbs/qdrant.py` (+30 -6) </details> ### 📄 Description ### Description - Adds support for gRPC as an alternative method for Qdrant. Using gRPC provides higher performance. - Current behavior is kept of default to HTTP. 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:36:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23059