[improvement][headless-chat]Adjust default mapping threshold, reducing # of similar names.

This commit is contained in:
jerryjzhang
2024-09-14 15:45:40 +08:00
parent e64f47a15b
commit 76f41cc32e

View File

@@ -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",