feat: Add text splitting configuration options
This commit is contained in:
@@ -336,6 +336,14 @@
|
||||
"label": "检索文档数量",
|
||||
"placeholder": "输入检索文档数量",
|
||||
"required": "请输入检索文档数量"
|
||||
},
|
||||
"splittingSeparator": {
|
||||
"label": "分隔符",
|
||||
"placeholder": "输入分隔符(例如:\\n\\n)",
|
||||
"required": "请输入分隔符"
|
||||
},
|
||||
"splittingStrategy": {
|
||||
"label": "文本分割器"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
|
||||
Reference in New Issue
Block a user