VIBE: Vector Index Benchmark for Embeddings Website

July 28, 2026 ยท View on GitHub

This repository hosts the code for the interactive website reporting the results of the VIBE benchmark.

Software requirements

To build and deploy the website you need a recent version of quarto.

Viewing the website locally

To view updated benchmark results, add (or update) the parquet files produced by the export_results.py script in the main repository. Add any new algorithms and datasets to algorithms_basics.csv and dataset_basics.csv, respectively.

From the repository root, start Quarto's preview server:

make preview

Updating the results

After updating the result files, deploy the website with:

make deploy