Home
Softono

Vector Db Benchmark

Open source Apache-2.0 Python
80
Stars
19
Forks
1
Issues
3
Watchers
1 year
Last Commit

 About Vector Db Benchmark

Framework for benchmarking vector search engines

Platforms

Web Self-hosted

Languages

Python

Need Help Installing Vector Db Benchmark?

We provide expert installation service for this software. Our team will install, configure, and secure Vector Db Benchmark on your server. plans start at just $30.

Vector Db Benchmark

View on GitHub

MyScale Vector Database Benchmark 🚀

[!IMPORTANT] Visit https://myscale.github.io/benchmark/#/benchmark for results.

This benchmark assesses the performance of fully-managed vector databases with typical workloads.

Here's a preview of the results:

  1. Queries Per Second (QPS): Higher QPS is preferable as it signifies greater throughput.
    • Throughput for Vector Search Throughput
    • Throughput for Filtered Vector Search Throughput
  2. The cost-performance ratio is calculated by dividing the monthly cost by the QPS of the services per one hundred units. A lower ratio suggests better cost effectiveness.
    • Cost-performance ratio for Vector Search Monthly Cost ($) Per 100 QPS
    • Cost-performance ratio for Filtered Vector Search Monthly Cost ($) Per 100 QPS

Run the Benchmark

First, install the necessary libraries on the client used for the benchmark.

pip install -r requirements.txt

Afterwards, follow the Step-by-Step Guide for Benchmark to execute the benchmark for each cloud service. You can refer to Results Visualization for visualizing the test results.

Special Thanks

This repository is a fork of qdrant/vector-db-benchmark, specifically tailored for fully-managed vector databases.