docs(qdrant): added additional info to setup api key for qdrant (#736)

This commit is contained in:
skewgod
2024-05-24 21:06:26 +05:30
committed by GitHub
parent 0e0d453e2b
commit 593e5fd747

View File

@@ -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=<your_generated_api_key_here>
```
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