Feat: Q&A format segmentation support (#668)
Co-authored-by: jyong <718720800@qq.com> Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -17,6 +17,7 @@ const translation = {
|
||||
action: {
|
||||
uploadFile: '上传新文件',
|
||||
settings: '分段设置',
|
||||
add: '添加新分段',
|
||||
archive: '归档',
|
||||
delete: '删除',
|
||||
enableWarning: '归档的文件无法启用',
|
||||
@@ -309,6 +310,14 @@ const translation = {
|
||||
characters: '字符',
|
||||
hitCount: '命中次数',
|
||||
vectorHash: '向量哈希:',
|
||||
questionPlaceholder: '在这里添加问题',
|
||||
questionEmpty: '问题不能为空',
|
||||
answerPlaceholder: '在这里添加答案',
|
||||
answerEmpty: '答案不能为空',
|
||||
contentPlaceholder: '在这里添加内容',
|
||||
contentEmpty: '内容不能为空',
|
||||
newTextSegment: '新文本分段',
|
||||
newQaSegment: '新问答分段',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user