API-endpoints
- Dashboard:
http://<SERVER-IP>:6333/dashboard - REST-API:
http://<SERVER-IP>:6333 - gRPC-API:
<SERVER-IP>:6334
Toegang tot het dashboard
- Open het Qdrant-dashboard:
http://<SERVER-IP>:6333/dashboard - Voer desgevraagd de API-sleutel in die is opgeslagen in:
/root/qdrant/config/production.yaml - Qdrant gebruikt geen gebruikersaccounts. Authenticatie verloopt via API-sleutels.
API-sleutels
De gegenereerde API-sleutels worden opgeslagen in:
/root/qdrant/config/production.yaml
This file contains:
api_keyread_only_api_key
De API-sleutels ophalen:
grep api_key /root/qdrant/config/production.yaml
grep read_only_api_key /root/qdrant/config/production.yaml
Gebruik de alleen-lezen API-sleutel voor applicaties die alleen zoekopdrachten hoeven uit te voeren.
Belangrijke bestanden en mappen
- Installatiepad:
/root/qdrant - Compose-bestand:
/root/qdrant/docker-compose.yml - Configuratiebestand:
/root/qdrant/config/production.yaml - Gegevensmap:
/root/qdrant/qdrant_data - Snapshotmap:
/root/qdrant/snapshots
Opmerkingen
- Deze installatie stelt Qdrant beschikbaar via HTTP zonder TLS.
- Overweeg TLS in te schakelen om het verkeer tussen clients en je Qdrant-instantie te versleutelen, voor betere beveiliging en productiegebruik.
- Controleer en werk de configuratie bij in
/root/qdrant/config/production.yamlbased on your requirements and security preferences before using Qdrant in production.