mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Enable Qdrant authentication support
This commit is contained in:
@@ -954,6 +954,7 @@ MILVUS_URI = os.environ.get("MILVUS_URI", f"{DATA_DIR}/vector_db/milvus.db")
|
||||
|
||||
# Qdrant
|
||||
QDRANT_URI = os.environ.get("QDRANT_URI", None)
|
||||
QDRANT_API_KEY = os.environ.get("QDRANT_API_KEY", None)
|
||||
|
||||
####################################
|
||||
# Information Retrieval (RAG)
|
||||
|
||||
Reference in New Issue
Block a user