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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:feature/qdrant-auth📝 Commits (1)
ca63ae6Enable 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_KEYenvironment variable, users can enable secure, authenticated access to Qdrant Cloud, with the key being passed to the Qdrant client inqdrant.py.Changelog Entry
Added:
QDRANT_API_KEYto 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.