qdrant
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name QDRANT_TOKEN or zero doctor check-connector --url https://your-cluster.cloud.qdrant.io/collections --method GET
How to Use
All examples below assume you have QDRANT_BASE_URL and QDRANT_TOKEN set.
1. Check Server Status
Verify connection to Qdrant:
curl -s -X GET "$QDRANT_BASE_URL" --header "api-key: $QDRANT_TOKEN"
2. List Collections
Get all collections: