Toolspublished

Qdrant Publishes a 10B-Vector Benchmark and Open Tools to Rerun It

FineWeb-10B pairs an unusually large retrieval corpus with a public workflow for building and testing it. The useful test now is whether other database operators can reproduce comparisons on the same workload.

By 2 min read
Qdrant Publishes a 10B-Vector Benchmark and Open Tools to Rerun It
Qdrant Publishes a 10B-Vector Benchmark and Open Tools to Rerun It

Listen to this story

The audio brief

About 1:40
0:001:40
Read transcript
Qdrant has published a benchmark built around 10.07 billion dense vectors and 10.07 billion sparse vectors, plus the open-source tooling needed to rerun the entire test. Called FineWeb-10B, it is large enough to make storage, ingestion, and search part of the same evaluation. The corpus contains 24.47 terabytes of vector data, alongside 28.66 terabytes of source text and metadata. It was built from Hugging Face’s FineWeb data using the gte-multilingual-base model. Qdrant also calculated exact top-1,000 results for 120,000 dense, sparse, and filtered queries. That required more than one quadrillion distance calculations, creating a reference point for measuring recall rather than relying only on a database’s own reported scores. The companion system, Supernova, turns the release into a workflow: generate embeddings, calculate brute-force ground truth, load a database, and run evaluations. YAML files define the jobs, which can be distributed across cloud or high-performance computing infrastructure. The measurements include ingestion throughput, queries per second, recall, and latency at the p50, p95, and p99 levels. But open tooling is not the same as an independent benchmark. Qdrant designed the corpus, representations, and evaluation framework. The important next evidence is transparent reruns by teams operating Milvus or Elasticsearch, with their configurations and operating choices exposed. That will determine whether FineWeb-10B becomes a shared comparison point or remains a vendor-designed test.

Story brief

3 key points

Qdrant’s September 1 release gives vector-database teams an unusually large, inspectable workload: FineWeb-10B contains 10.07 billion dense and 10.07 billion sparse vectors, backed by exact search results for 120,000 queries. Its Supernova tooling covers embedding, ground-truth generation, loading, and evaluation across distributed infrastructure. The package can make ingestion, storage, recall, throughput, and tail...

  1. 01

    FineWeb-10B includes 24.47 TB of vector data and 28.66 TB of source text and metadata.

  2. 02

    Qdrant calculated exact top-1,000 results for 120,000 queries using more than one quadrillion distance calculations.

  3. 03

    Supernova supports YAML-configured, distributed runs covering embedding, ground-truth generation, database loading, and evaluation.

Qdrant has published a benchmark meant to move vector-database testing beyond small collections, along with the open-source software needed to rebuild and run the test. FineWeb-10B contains 10.07 billion dense vectors and 10.07 billion sparse vectors, while Supernova generates embeddings, calculates exact answers, loads databases and runs evaluations. The release makes the machinery inspectable; it does not by itself make a vendor-built comparison independent.

The test is built for deep retrieval

Qdrant released FineWeb-10B and Supernova on September 1. The corpus was created from Hugging Face’s FineWeb data with the gte-multilingual-base model, and contains 24.47 TB of vector data plus 28.66 TB of source text and metadata. Those files are substantial enough to make storage and ingestion part of an evaluation, rather than treating search as an isolated query problem.

The benchmark supplies exact top-1,000 ground truth: the brute-force nearest-neighbor results against which a database’s search output can be measured. Qdrant says it computed those results for 120,000 dense, sparse and filtered queries, requiring more than one quadrillion distance calculations across the corpus.

Supernova makes the method portable

Supernova turns the dataset from a download into a process. Its four stages cover embedding generation, brute-force ground-truth calculation, database loading and evaluation benchmarking. YAML configuration files define jobs, while its distributed tooling can run the pipeline across cloud and high-performance computing environments.

The evaluation can track

  • Ingestion throughput and build times, testing how a system handles loading the corpus.
  • Queries per second, recall against the supplied ground truth, and latency at the p50, p95 and p99 percentiles.
  • Qdrant, Milvus and Elasticsearch through Supernova’s loading and stress-testing components.

Reproducible is not yet independent

Qdrant created the benchmark, chose its initial representations and wrote the evaluation framework. Publishing code and support for competing systems gives other operators a way to inspect the workload and run it on their own infrastructure. But the first benchmark design remains Qdrant’s; equivalent results from teams operating Milvus or Elasticsearch would be the meaningful test of whether it becomes a shared comparison point.

That distinction matters most for buyers weighing systems at large scale. FineWeb-10B can expose more of the workload, the measurements and the ground truth than an opaque performance claim. Its status as a practical standard will depend on published reruns that make database settings and operating choices equally visible.

Sources

  1. qdrant.techEnough with the Bad Benchmarks: Tools for Production-Grade Research - Qdrant