Enable Qdrant authentication support

This commit is contained in:
Matthew Hand
2024-11-15 07:06:46 +11:00
parent 96c865404d
commit ca63ae649c
2 changed files with 7 additions and 2 deletions

View File

@@ -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)