From fe5a4c73f70cc451f461bc007d1ce7d32481edb2 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Tue, 12 May 2020 15:52:15 +0000 Subject: Support specifying a distance metric for nearest neighbor search when not having a hnsw index. This also changes the syntax in the sd file to specifying the distance metric in the attribute tag. --- config-model/src/test/derived/sorting/attributes.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config-model/src/test/derived/sorting') diff --git a/config-model/src/test/derived/sorting/attributes.cfg b/config-model/src/test/derived/sorting/attributes.cfg index 83c310ca5ca..6e50bd625ee 100644 --- a/config-model/src/test/derived/sorting/attributes.cfg +++ b/config-model/src/test/derived/sorting/attributes.cfg @@ -19,6 +19,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported false +attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 attribute[].index.hnsw.distancemetric EUCLIDEAN @@ -44,6 +45,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported false +attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 attribute[].index.hnsw.distancemetric EUCLIDEAN @@ -69,6 +71,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported false +attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 attribute[].index.hnsw.distancemetric EUCLIDEAN -- cgit v1.2.3