Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
itechmeat avatar

Qdrant

  • 40 installs
  • 22 repo stars
  • Updated August 1, 2026
  • itechmeat/llm-code

Manage Qdrant vector database: collections, points, payload-filtered search, HNSW indexing, quantization, snapshots and cluster deployment.

About

A router skill for the Qdrant vector database covering collections, payload filtering, indexing, quantization, snapshots and Docker/Kubernetes deployment. Use it when managing collections, running filtered vector search, tuning HNSW/quantization, or deploying clusters.

  • Situation-based routing into references for modeling, retrieval, indexing, deployment and security
  • Upgrade notes: RocksDB removed for gridstore, upgrade one minor version at a time, TLS for API keys

Qdrant by the numbers

  • 40 all-time installs (skills.sh)
  • Ranked #446 of 911 Databases skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/itechmeat/llm-code --skill qdrant

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs40
repo stars22
Last updatedAugust 1, 2026
Repositoryitechmeat/llm-code

What it does

Manage Qdrant vector database: collections, points, payload-filtered search, HNSW indexing, quantization, snapshots and cluster deployment.

Files

SKILL.mdMarkdownGitHub ↗

Qdrant (Skill Router)

This file is intentionally introductory.

It acts as a router: based on your situation, open the right note under references/.

Release Highlights (1.16.3 → 1.18.0)

  • Monitoring + ops: new APIs for optimization progress/stages and cluster-wide telemetry, plus a dedicated HTTP port option for /metrics.
  • Security: audit access logging and secondary API key support (rotation).
  • Retrieval: relevance feedback and Weighted RRF for hybrid ranking.
  • Write semantics: update_mode for upserts (upsert / update / insert).
  • 1.18.0: TurboQuant adds an aggressive vector-compression path, collections can add/delete named vectors in place, and operators get low-memory/strict-memory knobs plus deeper memory reporting.

Breaking / Upgrade Notes (1.17.0)

  • gRPC clients: response format for vector fields changed in gRPC. Upgrade official Qdrant client libraries and validate any custom gRPC integrations.
  • Storage upgrades: RocksDB is removed in favor of gridstore. If you are on v1.15.x, do not upgrade directly to v1.17.x — upgrade one minor version at a time.

Additional Upgrade Notes (1.18.0)

  • Internal gRPC endpoints now enforce API key/JWT authentication when auth is enabled; validate internal service-to-service traffic before upgrade if you previously relied on private-network-only trust.
  • Snapshot restore from URL can now be disabled by config, which is relevant for hardened/self-hosted environments.

Start here (fast)

  • New to Qdrant? Read: references/concepts.md.
  • Want the fastest local validation? Read: references/quickstart.md + references/deployment.md.
  • Integrating with Python? Read: references/api-clients.md.

Choose by situation

Data modeling

  • What should go into vectors vs payload vs your main DB? Read: references/modeling.md.
  • Working with IDs, upserts, and write semantics? Read: references/points.md.
  • Need to understand payload types and update modes? Read: references/payload.md.

Retrieval (search)

  • One consolidated entry point (search + filtering + explore + hybrid): references/retrieval.md.

Performance & indexing

  • Index types and tradeoffs: references/indexing.md.
  • Storage/optimizer internals that matter operationally: references/storage.md + references/optimizer.md.
  • Practical tuning, monitoring, troubleshooting: references/ops-checklist.md.

Deployment & ops

  • Installation/Docker/Kubernetes: references/deployment.md.
  • Configuration layering: references/configuration.md.
  • Security/auth/TLS boundary: references/security.md.
  • Backup/restore: references/snapshots.md.

API interface choice

  • REST vs gRPC, Python SDK: references/api-clients.md.

How to maintain this skill

  • Keep SKILL.md short (router + usage guidance).
  • Put details into references/*.md.
  • Merge or reorganize references when it improves discoverability.

Critical prohibitions

  • Do not ingest/quote large verbatim chunks of vendor docs; summarize in your own words.
  • Do not invent defaults not explicitly grounded in documentation; record uncertainties as TODOs.
  • Do not design backup/restore without testing a restore path.
  • Do not use NFS as the primary persistence backend (installation docs explicitly warn against it).
  • Do not expose internal cluster communication ports publicly; rely on private networking.
  • Do not use API keys/JWT over untrusted networks without TLS.
  • Do not rely on implicit runtime defaults for production; record effective configuration.

Links

Related skills

Databasesdatabases

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.