mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 09:32:45 +08:00
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: 'Upload new file',
|
||||
settings: 'Segment settings',
|
||||
add: 'Add new segment',
|
||||
archive: 'Archive',
|
||||
delete: 'Delete',
|
||||
enableWarning: 'Archived file cannot be enabled',
|
||||
@@ -310,6 +311,14 @@ const translation = {
|
||||
characters: 'characters',
|
||||
hitCount: 'hit count',
|
||||
vectorHash: 'Vector hash: ',
|
||||
questionPlaceholder: 'add question here',
|
||||
questionEmpty: 'Question can not be empty',
|
||||
answerPlaceholder: 'add answer here',
|
||||
answerEmpty: 'Answer can not be empty',
|
||||
contentPlaceholder: 'add content here',
|
||||
contentEmpty: 'Content can not be empty',
|
||||
newTextSegment: 'New Text Segment',
|
||||
newQaSegment: 'New Q&A Segment',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user