Qdrant Healthcheck
Use this runbook when retrieval quality drops, ingestion fails, or the vector service appears unavailable.
Checklist
- Confirm the service health endpoint responds.
- Confirm the expected collection exists.
- Inspect collection vector count and payload schema.
- Run a known query against a small test corpus.
- Check ingestion logs for embedding or payload errors.
- Verify network path from the consuming app to Qdrant.
Data Separation
Keep public, private, and internal indexes separate. Do not point a public assistant at internal ops collections.
Related pages: Qdrant and AI Context Strategy.