An open API service indexing awesome lists of open source software.

https://github.com/meilisearch/vector-store-relevancy-benchmark

vector-store-relevancy-benchmark
https://github.com/meilisearch/vector-store-relevancy-benchmark

Last synced: 7 months ago
JSON representation

vector-store-relevancy-benchmark

Awesome Lists containing this project

README

          

## Vector store benchmark

**Currently the arroy dependencies point to a local directory and the benchmarks cannot be run.**

## Usage

Download the datasets you want to use:
```bash
./download.sh
```

It's going to take a long time.

Make sure you have a qdrant server running with the default parameter.
You can [find the binaries](https://github.com/qdrant/qdrant/releases/latest) on their GitHub releases page.
```bash
./qdrant
```

Then run the benchmark with:
```bash
cargo run --release
```