[PR #6954] [MERGED] feat: add API key support for Qdrant Cloud authentication #37615

Closed
opened 2026-04-25 11:00:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6954
Author: @matthewhand
Created: 11/14/2024
Status: Merged
Merged: 11/17/2024
Merged by: @tjbck

Base: devHead: feature/qdrant-auth


📝 Commits (1)

  • ca63ae6 Enable Qdrant authentication support

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 backend/open_webui/apps/retrieval/vector/dbs/qdrant.py (+6 -2)
📝 backend/open_webui/config.py (+1 -0)

📄 Description

This PR adds support for authenticating with Qdrant Cloud using an API key. By setting the QDRANT_API_KEY environment variable, users can enable secure, authenticated access to Qdrant Cloud, with the key being passed to the Qdrant client in qdrant.py.

Changelog Entry

Added:

  • Environment variable QDRANT_API_KEY to support secure API key authentication for Qdrant Cloud.

🔄 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/6954 **Author:** [@matthewhand](https://github.com/matthewhand) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `feature/qdrant-auth` --- ### 📝 Commits (1) - [`ca63ae6`](https://github.com/open-webui/open-webui/commit/ca63ae649c6877488fc47bb84f97d69db5c1214d) Enable Qdrant authentication support ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/retrieval/vector/dbs/qdrant.py` (+6 -2) 📝 `backend/open_webui/config.py` (+1 -0) </details> ### 📄 Description This PR adds support for authenticating with Qdrant Cloud using an API key. By setting the `QDRANT_API_KEY` environment variable, users can enable secure, authenticated access to Qdrant Cloud, with the key being passed to the Qdrant client in `qdrant.py`. #### Changelog Entry **Added:** - Environment variable `QDRANT_API_KEY` to support secure API key authentication for Qdrant Cloud. --- <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-25 11:00:28 -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#37615