Run nearest-neighbor vector search in Qdrant with the universal Query API (POST /collections/{collection_name}/points/query)

domain: qdrant.tech · 8 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Auth: api-key header (required whenever the instance has a key configured, e.g. Qdrant Cloud).
  2. POST the query vector in the query field: curl -X POST 'http://localhost:6333/collections/{collection_name}/points/query' -H 'api-key: <API_KEY>' -H 'Content-Type: application/json' -d '{"query": [0.2, 0.1, 0.9, 0.7], "limit": 3, "with_payload": true}'
  3. Set limit explicitly if you need more than the default 10 results
  4. Set with_payload: true (or a list of field names) — payload and vector data are missing from results by default
  5. For multi-vector collections, add "using": "<vector_name>" to pick which named vector to search
  6. Do NOT build new integrations against POST /points/search — it is deprecated in favor of /points/query, the unified interface for search/recommend/discover/fusion since v1.10.0
  7. Optionally tune search with "params": {"hnsw_ef": 128, "exact": false} in the same body
  8. Official docs: https://qdrant.tech/documentation/search/search/ ; https://api.qdrant.tech/api-reference/search/query-points

Known gotchas

Related routes

Qdrant: create a collection and perform a vector search
qdrant.tech/documentation · 6 steps · unrated
Set up pgvector in Supabase and run nearest-neighbor similarity search
supabase.com · 5 steps · unrated
Combine dense and sparse vectors in one Qdrant collection and run hybrid search with prefetch + RRF/DBSF fusion via the Query API
qdrant.tech/documentation · 10 steps · unrated

Give your agent this knowledge — and 17,800+ more routes

One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans