mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
[improvement][headless-chat]Adjust default mapping threshold, reducing # of similar names.
This commit is contained in:
@@ -28,7 +28,7 @@ public class MapperConfig extends ParameterConfig {
|
|||||||
public static final Parameter MAPPER_NAME_THRESHOLD =
|
public static final Parameter MAPPER_NAME_THRESHOLD =
|
||||||
new Parameter(
|
new Parameter(
|
||||||
"s2.mapper.name.threshold",
|
"s2.mapper.name.threshold",
|
||||||
"0.3",
|
"0.5",
|
||||||
"指标名、维度名文本相似度阈值",
|
"指标名、维度名文本相似度阈值",
|
||||||
"文本片段和匹配到的指标、维度名计算出来的编辑距离阈值, 若超出该阈值, 则舍弃",
|
"文本片段和匹配到的指标、维度名计算出来的编辑距离阈值, 若超出该阈值, 则舍弃",
|
||||||
"number",
|
"number",
|
||||||
|
|||||||
Reference in New Issue
Block a user