Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://myscale.github.io/benchmark/
MyScale Vector Database Benchmark
https://myscale.github.io/benchmark/
Last synced: 2 days ago
JSON representation
MyScale Vector Database Benchmark
- Host: GitHub
- URL: https://myscale.github.io/benchmark/
- Owner: myscale
- Created: 2023-05-25T11:35:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:11:15.000Z (3 months ago)
- Last Synced: 2024-08-20T09:14:08.363Z (3 months ago)
- Language: CSS
- Homepage: https://myscale.github.io/benchmark/
- Size: 692 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vector-database - MyScale's Vector Database Benchmark
README
# MyScale Vector Database Benchmark
View the results:
![Preview](./public/preview.png)
This repo contains the frontend code. The benchmark framework can be found at .
## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run dev
```### Compiles and minifies for production
```bash
npm run build
```## Usage
```bash
git clone [email protected]:myscale/benchmark.git
cd benchmark
npm i
npm run dev
```### Custom your benchmark data
You can replace the `benchmark.json` data file with your own `benchmark.json` file in the "`public`" directory.