From 2ca91336aa7f95830e9236d97a8499045c9b4914 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Tue, 31 Oct 2023 20:36:48 -0400 Subject: [PATCH] Adding hnswlib configuration --- .../src/raft-ann-bench/run/conf/algos/hnswlib.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/hnswlib.yaml diff --git a/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/hnswlib.yaml b/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/hnswlib.yaml new file mode 100644 index 0000000000..021ca96bcd --- /dev/null +++ b/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/hnswlib.yaml @@ -0,0 +1,8 @@ +name: hnswlib +groups: + base: + build: + M: [12, 16, 24, 36] + efConstruction: [64, 128, 256, 512] + search: + ef: [10, 20, 40, 60, 80, 120, 200, 400, 600, 800] \ No newline at end of file