mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
ann-filtering-benchmark directory
This commit is contained in:
parent
052ba4b089
commit
f55e14cce8
7 changed files with 259 additions and 18 deletions
9
tests/afbd/Makefile
Normal file
9
tests/afbd/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
random_ints_1m.tgz:
|
||||
curl -o $@ https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_ints_1m.tgz
|
||||
|
||||
random_float_1m.tgz:
|
||||
curl -o $@ https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_float_1m.tgz
|
||||
|
||||
random_keywords_1m.tgz:
|
||||
curl -o $@ https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_keywords_1m.tgz
|
||||
all: random_ints_1m.tgz random_float_1m.tgz random_keywords_1m.tgz
|
||||
Loading…
Add table
Add a link
Reference in a new issue