Skip to main content

Qdrant Healthcheck

Use this runbook when retrieval quality drops, ingestion fails, or the vector service appears unavailable.

Checklist

  1. Confirm the service health endpoint responds.
  2. Confirm the expected collection exists.
  3. Inspect collection vector count and payload schema.
  4. Run a known query against a small test corpus.
  5. Check ingestion logs for embedding or payload errors.
  6. 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.