From 53efc7dfd140cfe6bae60420c39ed858ea58f82a Mon Sep 17 00:00:00 2001 From: vankichi Date: Mon, 18 May 2020 13:06:09 +0900 Subject: [PATCH] :bug: fix ngt distance_type Signed-off-by: vankichi --- example/helm/values-scylla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/helm/values-scylla.yaml b/example/helm/values-scylla.yaml index 9c30492cd8..a17d0e5c6d 100644 --- a/example/helm/values-scylla.yaml +++ b/example/helm/values-scylla.yaml @@ -34,7 +34,7 @@ agent: # The number of dimensions for feature vector of fashion-mnist dataset. dimension: 784 # We use L2-Norm for distance_type. - distance_type: 12 + distance_type: l2 # the type of fashion-mnist's feature vectors. object_type: float