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
- Host: GitHub
- URL: https://github.com/meilisearch/vector-store-relevancy-benchmark
- Owner: meilisearch
- Created: 2024-09-04T13:29:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T08:33:08.000Z (7 months ago)
- Last Synced: 2025-06-25T23:11:46.375Z (7 months ago)
- Language: Rust
- Size: 344 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```