feat: Add text splitting configuration options

This commit is contained in:
n4ze3m
2025-01-04 23:24:23 +05:30
parent 1d9d704c76
commit 0af69a3be8
29 changed files with 315 additions and 102 deletions

View File

@@ -336,6 +336,14 @@
"label": "检索文档数量",
"placeholder": "输入检索文档数量",
"required": "请输入检索文档数量"
},
"splittingSeparator": {
"label": "分隔符",
"placeholder": "输入分隔符(例如:\\n\\n",
"required": "请输入分隔符"
},
"splittingStrategy": {
"label": "文本分割器"
}
},
"prompt": {