From 4e38a0a8638f27f4f0e266a25f3ee844e811b385 Mon Sep 17 00:00:00 2001 From: vankichi Date: Thu, 17 Oct 2024 11:13:33 +0900 Subject: [PATCH] :recycle: fix Signed-off-by: vankichi --- example/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/helm/values.yaml b/example/helm/values.yaml index 8b292fbcaf..240917aba1 100644 --- a/example/helm/values.yaml +++ b/example/helm/values.yaml @@ -62,7 +62,7 @@ agent: # The number of dimensions for feature vector of fashion-mnist dataset. dimension: 784 # We use L2-Norm for distance_type. - distance_type: cos + distance_type: l2 # The type of fashion-mnist's feature vectors. object_type: float # Check duration of automatic indexing.