aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/types
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/types
parent4f29479b720958cba7e40e1142b379962f55c2e8 (diff)
make HNSW distance metric configurable
Diffstat (limited to 'config-model/src/test/derived/types')
-rw-r--r--config-model/src/test/derived/types/attributes.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/config-model/src/test/derived/types/attributes.cfg b/config-model/src/test/derived/types/attributes.cfg
index 290dd5b9a8b..82535324864 100644
--- a/config-model/src/test/derived/types/attributes.cfg
+++ b/config-model/src/test/derived/types/attributes.cfg
@@ -21,6 +21,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "along"
attribute[].datatype INT64
@@ -45,6 +46,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "abool"
attribute[].datatype BOOL
@@ -69,6 +71,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "ashortfloat"
attribute[].datatype FLOAT16
@@ -93,6 +96,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "arrayfield"
attribute[].datatype INT32
@@ -117,6 +121,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "setfield"
attribute[].datatype STRING
@@ -141,6 +146,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "setfield2"
attribute[].datatype STRING
@@ -165,6 +171,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "setfield3"
attribute[].datatype STRING
@@ -189,6 +196,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "setfield4"
attribute[].datatype STRING
@@ -213,6 +221,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "tagfield"
attribute[].datatype STRING
@@ -237,6 +246,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "juletre"
attribute[].datatype INT64
@@ -261,6 +271,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "album1"
attribute[].datatype STRING
@@ -285,6 +296,7 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "other"
attribute[].datatype INT64
@@ -309,4 +321,5 @@ attribute[].tensortype ""
attribute[].imported false
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200