Install
openclaw skills install @ivangdavila/qdrantBuild vector search with Qdrant using collections, payloads, filtering, and optimized indexing for semantic similarity.
openclaw skills install @ivangdavila/qdrantUser needs vector similarity search, semantic search, or recommendation systems. Agent handles collection design, point insertion, filtered queries, and index optimization.
| Topic | File |
|---|---|
| Query patterns | queries.md |
| Performance tuning | performance.md |
Cosine for normalized embeddings, Dot for raw scores, Euclid for absolute distancecreate_payload_indexupsert to handle duplicates by IDwait=false then verify with collection info| When | Use |
|---|---|
| Known constraints | Filter in query (pre-filter) |
| Score threshold | score_threshold parameter |
| Complex logic | Combine must, should, must_not |
| Need | Use |
|---|---|
| Top-K similar | search |
| All matching | scroll with filter |
| Paginated results | scroll with offset |
| Export/backup | scroll all with pagination |
m for recall, increase ef_construct for index qualitym=16, ef_construct=100 works for most caseson_disk storagescalar or product) to reduce memory 4-8xwait=true on insert → querying before data indexed