Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions algos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,13 @@ float:
# https://github.com/erikbern/ann-benchmarks/pull/391#issuecomment-1518093405
tinyknn_1:
args: [ 1, [1, 2, 3] ]
query-args: [[1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 28, 33, 38, 44, 50, 57, 64, 72, 80,
88, 106, 126, 148, 172, 198, 256]]
query-args: [[1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 28, 33, 38, 44, 50, 57, 64, 72, 80, 100]]
tinyknn_2:
args: [ 2, [3, 4] ]
query-args: [[1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 28, 33, 38, 44, 50, 57, 64, 72, 80,
88, 106, 126, 148, 172, 198, 256]]
query-args: [[1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 28, 33, 38, 44, 50, 57, 64, 72, 80, 100]]
tinyknn_3:
args: [ 3, [5] ]
query-args: [[1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 28, 33, 38, 44, 50, 57, 64, 72, 80,
88, 106, 126, 148, 172, 198, 256]]
query-args: [[1, 2, 3, 4, 6, 8, 10, 13, 16, 20, 24, 28, 33, 38, 44, 50, 57, 64, 72, 80, 100]]
Milvus(Knowhere):
docker-tag: ann-benchmarks-milvus
module: ann_benchmarks.algorithms.milvus
Expand Down