Skip to content

Commit

Permalink
[improvement][headless-chat]Adjust default mapping threshold, reducin…
Browse files Browse the repository at this point in the history
…g # of similar names.
  • Loading branch information
jerryjzhang committed Sep 14, 2024
1 parent e64f47a commit 76f41cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MapperConfig extends ParameterConfig {
public static final Parameter MAPPER_NAME_THRESHOLD =
new Parameter(
"s2.mapper.name.threshold",
"0.3",
"0.5",
"指标名、维度名文本相似度阈值",
"文本片段和匹配到的指标、维度名计算出来的编辑距离阈值, 若超出该阈值, 则舍弃",
"number",
Expand Down

0 comments on commit 76f41cc

Please sign in to comment.