Skip to content

Commit

Permalink
fix example ngt dimension
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Jun 27, 2023
1 parent 0ad9474 commit c5b8fef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charts/vald/values/multi-vald/dev-vald-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ gateway:
name: vald-mirror-01
serviceAccount:
name: vald-mirror-01

agent:
ngt:
dimension: 784
4 changes: 4 additions & 0 deletions charts/vald/values/multi-vald/dev-vald-02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ gateway:
name: vald-mirror-02
serviceAccount:
name: vald-mirror-02

agent:
ngt:
dimension: 784
4 changes: 4 additions & 0 deletions charts/vald/values/multi-vald/dev-vald-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ gateway:
name: vald-mirror-03
serviceAccount:
name: vald-mirror-03

agent:
ngt:
dimension: 784
2 changes: 1 addition & 1 deletion example/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ agent:
memory: 150Mi
ngt:
# The number of dimensions for feature vector of fashion-mnist dataset.
dimension: 784
dimension: 300
# We use L2-Norm for distance_type.
distance_type: cos
# The type of fashion-mnist's feature vectors.
Expand Down

0 comments on commit c5b8fef

Please sign in to comment.