What problem does it solve?
Managing and querying a Qdrant vector database over REST can be complex without a unified interface. This skill provides a centralized way to perform collection CRUD, vector upserts, searches, and operational tasks like snapshots and cluster status through simple REST calls.
Core Features & Use Cases
- Create, delete, and inspect collections to organize your embeddings.
- Upsert points with vectors and payloads, and perform similarity searches with optional payload filtering.
- Apply advanced filters (must, should, must_not) and payload indexes to refine results; support for named vectors and multi-vector queries.
- Manage snapshots, aliases, and cluster health to keep production deployments reliable.
- Use Case: build a scalable semantic search service that stores embeddings in Qdrant and serves accurate results at scale.
Quick Start
Connect to your Qdrant instance at http://localhost:6333 (override with QDRANT_URL) and begin issuing REST API calls to manage collections, points, filters, and snapshots.