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. ',