feat: Add text splitting configuration options
This commit is contained in:
@@ -334,6 +334,14 @@
|
||||
"label": "검색 문서 수",
|
||||
"placeholder": "검색 문서 수 입력",
|
||||
"required": "검색 문서 수를 입력해주세요"
|
||||
},
|
||||
"splittingSeparator": {
|
||||
"label": "구분자",
|
||||
"placeholder": "구분자 입력 (예: \\n\\n)",
|
||||
"required": "구분자를 입력해주세요"
|
||||
},
|
||||
"splittingStrategy": {
|
||||
"label": "텍스트 분할기"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
|
||||
Reference in New Issue
Block a user