mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #6954] [MERGED] feat: add API key support for Qdrant Cloud authentication #37615
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/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.