Skip to content

Commit

Permalink
docs(qdrant): added additional info to setup api key for qdrant (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
skewgod committed May 24, 2024
1 parent 0e0d453 commit 593e5fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vector-stores/spring-ai-qdrant-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 593e5fd

Please sign in to comment.