summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/hnsw_index/attributes.cfg
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-03-20 14:53:49 +0000
committerArne Juul <arnej@verizonmedia.com>2020-03-23 14:30:35 +0000
commitb1324afaa4cb684862debfb97a492750960cd0cf (patch)
tree54736dbf9c186f15dd7c8ed80c0ff28f5cb090a7 /config-model/src/test/derived/hnsw_index/attributes.cfg
parent4f29479b720958cba7e40e1142b379962f55c2e8 (diff)
make HNSW distance metric configurable
Diffstat (limited to 'config-model/src/test/derived/hnsw_index/attributes.cfg')
-rw-r--r--config-model/src/test/derived/hnsw_index/attributes.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/test/derived/hnsw_index/attributes.cfg b/config-model/src/test/derived/hnsw_index/attributes.cfg
index 27c9f1e0d13..b61fd7e2ee5 100644
--- a/config-model/src/test/derived/hnsw_index/attributes.cfg
+++ b/config-model/src/test/derived/hnsw_index/attributes.cfg
@@ -21,4 +21,5 @@ attribute[].tensortype "tensor(x[128])"
attribute[].imported false
attribute[].index.hnsw.enabled true
attribute[].index.hnsw.maxlinkspernode 32
+attribute[].index.hnsw.distancemetric ANGULAR
attribute[].index.hnsw.neighborstoexploreatinsert 300