externalKnowledgeIdPlaceholder:'Please enter the Knowledge ID',
externalKnowledgeNamePlaceholder:'Please enter the name of the knowledge base',
externalKnowledgeDescriptionPlaceholder:'Describe what\'s in this Knowledge Base (optional)',
learnHowToWriteGoodKnowledgeDescription:'Learn how to write a good knowledge description',
externalAPIPanelDescription:'The external knowledge API is used to connect to a knowledge base outside of Dify and retrieve knowledge from that knowledge base.',
externalAPIPanelDocumentation:'Learn how to create an External Knowledge API',
createNewExternalAPI:'Create a new External Knowledge API',
noExternalKnowledge:'There is no External Knowledge API yet, click here to create',
createExternalAPI:'Add an External Knowledge API',
editExternalAPIFormTitle:'Edit the External Knowledge API',
editExternalAPITooltipTitle:'LINKED KNOWLEDGE',
editExternalAPIConfirmWarningContent:{
front:'This External Knowledge API is linked to',
end:'external knowledge, and this modification will be applied to all of them. Are you sure you want to save this change?',
},
editExternalAPIFormWarning:{
front:'This External API is linked to',
end:'external knowledge',
},
deleteExternalAPIConfirmWarningContent:{
title:{
front:'Delete',
end:'?',
},
content:{
front:'This External Knowledge API is linked to',
end:'external knowledge. Deleting this API will invalidate all of them. Are you sure you want to delete this API?',
},
noConnectionContent:'Are you sure to delete this API?',
},
selectExternalKnowledgeAPI:{
placeholder:'Choose an External Knowledge API',
},
connectDataset:'Connect to an External Knowledge Base',
connectDatasetIntro:{
title:'How to Connect to an External Knowledge Base',
content:{
front:'To connect to an external knowledge base, you need to create an external API first. Please read carefully and refer to',
link:'Learn how to create an external API',
end:'. Then find the corresponding knowledge ID and fill it in the form on the left. If all the information is correct, it will automatically jump to the retrieval test in the knowledge base after clicking the connect button.',
},
learnMore:'Learn More',
},
connectHelper:{
helper1:'Connect to external knowledge bases via API and knowledge base ID. Currently, ',
helper2:'only the retrieval functionality is supported',
'Deleting the Knowledge is irreversible. Users will no longer be able to access your Knowledge, and all prompt configurations and logs will be permanently deleted.',
datasetUsedByApp:'The knowledge is being used by some apps. Apps will no longer be able to use this Knowledge, and all prompt configurations and logs will be permanently deleted.',
description:'Execute full-text search and vector searches simultaneously, re-rank to select the best match for the user\'s query. Users can choose to set weights or configure to a Rerank model.',
description:'Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.',
mixtureInternalAndExternalTip:'The Rerank model is required for mixture of internal and external knowledge.',
allExternalTip:'When using external knowledge only, the user can choose whether to enable the Rerank model. If not enabled, retrieved chunks will be sorted based on scores. When the retrieval strategies of different knowledge bases are inconsistent, it will be inaccurate.',
nTo1RetrievalLegacy:'N-to-1 retrieval will be officially deprecated from September. It is recommended to use the latest Multi-path retrieval to obtain better results. ',
embeddingModelNotAvailable:'Embedding model is unavailable.',
metadata:{
metadata:'Metadata',
addMetadata:'Add Metadata',
chooseTime:'Choose a time...',
createMetadata:{
title:'New Metadata',
back:'Back',
type:'Type',
name:'Name',
namePlaceholder:'Add metadata name',
},
checkName:{
empty:'Metadata name cannot be empty',
invalid:'Metadata name can only contain lowercase letters, numbers, and underscores and must start with a lowercase letter',
},
batchEditMetadata:{
editMetadata:'Edit Metadata',
editDocumentsNum:'Editing {{num}} documents',
applyToAllSelectDocument:'Apply to all selected documents',
applyToAllSelectDocumentTip:'Automatically create all the above edited and new metadata for all selected documents, otherwise editing metadata will only apply to documents with it.',
multipleValue:'Multiple Value',
},
selectMetadata:{
search:'Search metadata',
newAction:'New Metadata',
manageAction:'Manage',
},
datasetMetadata:{
description:'You can manage all metadata in this knowledge here. Modifications will be synchronized to every document.',
addMetaData:'Add Metadata',
values:'{{num}} Values',
disabled:'Disabled',
rename:'Rename',
name:'Name',
namePlaceholder:'Metadata name',
builtIn:'Built-in',
builtInDescription:'Built-in metadata is automatically extracted and generated. It must be enabled before use and cannot be edited.',
deleteTitle:'Confirm to delete',
deleteContent:'Are you sure you want to delete the metadata "{{name}}"',
},
documentMetadata:{
metadataToolTip:'Metadata serves as a critical filter that enhances the accuracy and relevance of information retrieval. You can modify and add metadata for this document here.',