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

@@ -334,6 +334,14 @@
"label": "검색 문서 수",
"placeholder": "검색 문서 수 입력",
"required": "검색 문서 수를 입력해주세요"
},
"splittingSeparator": {
"label": "구분자",
"placeholder": "구분자 입력 (예: \\n\\n)",
"required": "구분자를 입력해주세요"
},
"splittingStrategy": {
"label": "텍스트 분할기"
}
},
"prompt": {