From 593e5fd747e3ec25de7df138c946cff25b2c6dae Mon Sep 17 00:00:00 2001 From: skewgod <136876267+skewgod@users.noreply.github.com> Date: Fri, 24 May 2024 21:06:26 +0530 Subject: [PATCH] docs(qdrant): added additional info to setup api key for qdrant (#736) --- vector-stores/spring-ai-qdrant-store/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vector-stores/spring-ai-qdrant-store/README.md b/vector-stores/spring-ai-qdrant-store/README.md index d124cea86..6f3fd90db 100644 --- a/vector-stores/spring-ai-qdrant-store/README.md +++ b/vector-stores/spring-ai-qdrant-store/README.md @@ -14,6 +14,15 @@ docker run -p 6333:6333 -p 6334:6334 \ qdrant/qdrant ``` +### Security: Adding API Key to Qdrant Container +To enhance security, you can add an API key to your Qdrant container using the environment variable. + +``` +-e QDRANT__SERVICE__API_KEY= +``` + +This ensures that only authorized users with the correct API key can access the Qdrant service. + The GUI is available at http://localhost:6333/dashboard ## Qdrant references