mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-13 21:06:51 +08:00
feat: annotation management frontend (#1764)
This commit is contained in:
@@ -75,6 +75,27 @@ const translation = {
|
||||
description: 'Once enabled, show source document and attributed section of the generated content.',
|
||||
resDes: 'Citations and Attributions is enabled',
|
||||
},
|
||||
annotation: {
|
||||
title: 'Annotated Response',
|
||||
description: 'You can manually add high-quality response to the cache for prioritized matching with similar user questions.',
|
||||
resDes: 'Annotation Response is enabled',
|
||||
scoreThreshold: {
|
||||
title: 'Score Threshold',
|
||||
description: 'Used to set the similarity threshold for annotation response.',
|
||||
easyMatch: 'Easy Match',
|
||||
accurateMatch: 'Accurate Match',
|
||||
},
|
||||
matchVariable: {
|
||||
title: 'Match Variable',
|
||||
choosePlaceholder: 'Choose match variable',
|
||||
},
|
||||
cacheManagement: 'Annotations',
|
||||
cached: 'Annotationed',
|
||||
remove: 'Remove',
|
||||
removeConfirm: 'Delete this annotation ?',
|
||||
add: 'Add annotation',
|
||||
edit: 'Edit annotation',
|
||||
},
|
||||
dataSet: {
|
||||
title: 'Context',
|
||||
noData: 'You can import Knowledge as context',
|
||||
|
||||
Reference in New Issue
Block a user