mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 02:46:56 +00:00
(improvement)(chat)Default s2.parser.field.count.threshold set to 0.
This commit is contained in:
@@ -54,7 +54,7 @@ public class ParserConfig extends ParameterConfig {
|
||||
new Parameter("s2.parser.show.count", "3", "解析结果展示个数", "前端展示的解析个数", "number", "语义解析配置");
|
||||
|
||||
public static final Parameter PARSER_FIELDS_COUNT_THRESHOLD =
|
||||
new Parameter("s2.parser.field.count.threshold", "3", "语义字段个数阈值",
|
||||
new Parameter("s2.parser.field.count.threshold", "0", "语义字段个数阈值",
|
||||
"如果映射字段小于该阈值,则将数据集所有字段输入LLM", "number", "语义解析配置");
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user