mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
Initial commit
This commit is contained in:
commit
4c8ad629e0
28 changed files with 6758 additions and 0 deletions
17
benchmarks/exhaustive-memory/README.md
Normal file
17
benchmarks/exhaustive-memory/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
```
|
||||
python3 bench/bench.py \
|
||||
-n "sift1m" \
|
||||
-i sift/sift_base.fvecs \
|
||||
-q sift/sift_query.fvecs \
|
||||
--sample 10000 --qsample 100 \
|
||||
-k 10
|
||||
```
|
||||
|
||||
```
|
||||
python3 bench/bench.py \
|
||||
-n "sift1m" \
|
||||
-i sift/sift_base.fvecs \
|
||||
-q sift/sift_query.fvecs \
|
||||
--sample 10000 --qsample 100 \
|
||||
-k 10
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue