mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +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:
@@ -73,6 +73,8 @@ const translation = {
|
||||
click: 'Go to settings',
|
||||
economical: 'Economical',
|
||||
economicalTip: 'Use offline vector engines, keyword indexes, etc. to reduce accuracy without spending tokens',
|
||||
QATitle: 'Segmenting in Question & Answer format',
|
||||
QATip: 'Enable this option will consume more tokens',
|
||||
emstimateCost: 'Estimation',
|
||||
emstimateSegment: 'Estimated segments',
|
||||
segmentCount: 'segments',
|
||||
@@ -92,6 +94,9 @@ const translation = {
|
||||
sideTipP3: 'Cleaning removes unnecessary characters and formats, making datasets cleaner and easier to parse.',
|
||||
sideTipP4: 'Proper segmentation and cleaning improve model performance, providing more accurate and valuable results.',
|
||||
previewTitle: 'Preview',
|
||||
previewButton: 'Switching to Q&A format',
|
||||
previewSwitchTipStart: 'The current segment preview is in text format, switching to a question-and-answer format preview will',
|
||||
previewSwitchTipEnd: ' consume additional tokens',
|
||||
characters: 'characters',
|
||||
indexSettedTip: 'To change the index method, please go to the ',
|
||||
datasetSettingLink: 'dataset settings.',
|
||||
|
||||
Reference in New Issue
Block a user