Skip to content

Commit

Permalink
fix NGT default params (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
datelier authored Feb 8, 2024
1 parent 1639e92 commit 5986bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/vald/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2075,10 +2075,10 @@ agent:
object_type: float
# @schema {"name": "agent.ngt.creation_edge_size", "type": "integer"}
# agent.ngt.creation_edge_size -- creation edge size
creation_edge_size: 20
creation_edge_size: 50
# @schema {"name": "agent.ngt.search_edge_size", "type": "integer"}
# agent.ngt.search_edge_size -- search edge size
search_edge_size: 10
search_edge_size: 50
# @schema {"name": "agent.ngt.enable_in_memory_mode", "type": "boolean"}
# agent.ngt.enable_in_memory_mode -- in-memory mode enabled
enable_in_memory_mode: true
Expand All @@ -2090,7 +2090,7 @@ agent:
default_radius: -1.0
# @schema {"name": "agent.ngt.default_epsilon", "type": "number"}
# agent.ngt.default_epsilon -- default epsilon used for search
default_epsilon: 0.1
default_epsilon: 0.05
# @schema {"name": "agent.ngt.min_load_index_timeout", "type": "string"}
# agent.ngt.min_load_index_timeout -- minimum duration of load index timeout
min_load_index_timeout: 3m
Expand Down

0 comments on commit 5986bf3

Please sign in to comment.