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