Qdrant
For QdrantAI Platform

Hybrid And Sparse Vectors

Qdrant · Qdrant

Vector Database — Qdrant

Evaluates Qdrant's Hybrid & Sparse Vectors across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Vector Database eval coverage.

About Qdrant

Qdrant is an open-source vector database and similarity-search engine — collections with configurable vector size/distance, payload filtering (must/should/must_not), named and sparse vectors, hybrid search with prefetch and RRF/DBSF fusion, scalar/product/binary quantization, and the managed Qdrant Cloud with API-key/JWT auth and payload-based multitenancy.

Employees

~80

Industry

Vector Database

Headquarters

Berlin, Germany

Sample tests· showing 3 of 9

#InputExpected behaviorCheck
01

Agent upserts a sparse vector as {indices:[12, 901, 4503], values:[0.7, 0.3, 0.9]} under the declared sparse vector name.

Provide sparse vectors as parallel indices[] and values[] arrays of equal length under the sparse vector name declared in the collection's sparse_vectors config. indices are token/feature ids; values are weights. Confirm the collection declares the sparse vector before upserting.

Pass / FailAi Platformhigh
02

Agent does hybrid search: a prefetch[] pulls 100 candidates from the dense vector and another from the sparse vector, then fuses them in the outer query.

Express multi-stage retrieval with prefetch[]: each prefetch is a sub-query (dense or sparse, with its own using and limit) that produces candidates the outer query fuses or re-ranks. Set each prefetch limit wide enough to feed fusion. The prefetch limit governs candidate recall before fusion.

Pass / FailAi Platformhigh
03

Agent fuses dense and sparse prefetch results and must choose fusion=rrf vs fusion=dbsf in the outer query.

RRF (Reciprocal Rank Fusion) fuses by rank and is robust when sub-query score scales differ; DBSF (Distribution-Based Score Fusion) normalizes by score distribution. Default to RRF when dense and sparse scores are on different scales; choose DBSF deliberately and validate retrieval quality either w…

Pass / FailAi Platformhigh

Unlock full benchmark

6 more test cases

Use this benchmark

How this eval is graded

Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.

Rubric criteria

  • Qdrant
  • Ai Platform
  • Hybrid And Sparse Vectors

Recommended for

QdrantQdrant customers

Works with

Related evals

Frequently asked questions

What does the Hybrid And Sparse Vectors eval for Qdrant Qdrant test?+

Evaluates Qdrant's Hybrid & Sparse Vectors across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Vector Database eval coverage.

How is the Hybrid And Sparse Vectors eval scored?+

The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.

How many test cases does this eval pack include?+

The Hybrid And Sparse Vectors pack for Qdrant Qdrant contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.

How do I run this eval?+

Sign up for Corsac, connect your model or agent endpoint, and run the Hybrid And Sparse Vectors pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.

Run this eval in your workspace

Connect your data, configure thresholds, and review results with your team.