qdrant-clients-sdk
Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', 'set up alerts', 'cluster health check', or needs to set up Prometheus,
$ npx -y skills add qdrant/skills --skill qdrant-monitoring --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/qdrant-monitoringContext preview
The summary Claude sees to decide when to auto-load this skill.
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', 'set up alerts', 'cluster health check', or needs to set up Prometheus,
name: qdrant-monitoring description: "Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', 'set up alerts', 'cluster health check', or needs to set up Prometheus, Grafana, health checks, or log centralization. Also use when debugging production issues that require metric analysis." allowed-tools: - Read - Grep - Glob
Route first, then answer. Match the user's symptom in the table, `Read` that file, and answer from it. Do not answer from this page alone: it contains routing only, not the guidance. If two rows match, read both.
| The user says | Read | |---|---| | Want to set up Prometheus, Grafana, or health checks | `setup/SKILL.md` | | Need to know which metrics to track | `setup/SKILL.md` | | Setting up alerting, log centralization, or Hybrid Cloud metrics | `setup/SKILL.md` | | Optimizer stuck or running forever | `debugging/SKILL.md` | | Memory keeps growing in production | `debugging/SKILL.md` | | Requests are slow and I need to find out why | `debugging/SKILL.md` | | Is Qdrant healthy right now | `debugging/SKILL.md` |
Qdrant monitoring tracks performance and health, and catches issues before they become outages. See the metric reference before tuning anything: [Monitoring docs](https://skills.qdrant.tech/md/documentation/ops-monitoring/monitoring/)
Agent skills for building with Qdrant vector search Skills encode deep Qdrant knowledge so coding agents can make the engineering decisions that determine whether vector search works well: quantization, sharding, tenant isolation, hybrid search, model
Repo: qdrant/skills
Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.
Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which…
Guides building on Qdrant Edge, the embedded in-process shard. Use when someone asks 'how to sync Edge with the server', 'keep a local shard in sync with…
Guides use of the Qdrant Migration Tool CLI to move vectors, metadata, and sparse embeddings from another vector database into Qdrant. Use when someone asks…
Guides embedding model migration in Qdrant without downtime. Use when someone asks 'how to switch embedding models', 'how to migrate vectors', 'how to update…
Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high',…