summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-02-17 16:30:41 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-02-17 16:30:41 +0000
commitd96f6d95757cbf9e51de1bbb871bc8ebfd221b55 (patch)
tree3a5438066d2b7e5d91cf90a72b8e098ee22ee820 /config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
parentc2d7a2936f9a6c92b086dbb738306bc1d690115d (diff)
Add support for specifying a hnsw index together with a 1-dimensional indexed tensor.
Diffstat (limited to 'config-model/src/test/derived/array_of_struct_attribute/attributes.cfg')
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/attributes.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg b/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
index 56fd15f9f5d..29d5dd92043 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
+++ b/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
@@ -19,6 +19,9 @@ attribute[].upperbound 9223372036854775807
attribute[].densepostinglistthreshold 0.4
attribute[].tensortype ""
attribute[].imported false
+attribute[].index.hnsw.enabled false
+attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.neighborstoexploreatinsert 200
attribute[].name "elem_array.weight"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
@@ -40,3 +43,6 @@ attribute[].upperbound 9223372036854775807
attribute[].densepostinglistthreshold 0.4
attribute[].tensortype ""
attribute[].imported false
+attribute[].index.hnsw.enabled false
+attribute[].index.hnsw.maxlinkspernode 16
+attribute[].index.hnsw.neighborstoexploreatinsert 200