2023-05-15 08:51:32 +08:00
const translation = {
2023-11-27 17:22:16 +08:00
title : 'Knowledge settings' ,
2024-09-30 15:38:43 +08:00
desc : 'Here you can modify the properties and retrieval settings of this Knowledge.' ,
2023-05-15 08:51:32 +08:00
form : {
2023-11-27 17:22:16 +08:00
name : 'Knowledge Name' ,
namePlaceholder : 'Please enter the Knowledge name' ,
2023-05-15 08:51:32 +08:00
nameError : 'Name cannot be empty' ,
2024-09-30 15:38:43 +08:00
desc : 'Knowledge Description' ,
2023-11-27 17:22:16 +08:00
descInfo : 'Please write a clear textual description to outline the content of the Knowledge. This description will be used as a basis for matching when selecting from multiple Knowledge for inference.' ,
2025-05-18 21:42:03 +08:00
descPlaceholder : 'Describe what is in this data set. A detailed description allows AI to access the content of the data set in a timely manner. If empty, Dify will use the default hit strategy.' ,
2024-12-26 12:01:51 +08:00
helpText : 'Learn how to write a good dataset description.' ,
2023-11-27 17:22:16 +08:00
descWrite : 'Learn how to write a good Knowledge description.' ,
2023-05-15 08:51:32 +08:00
permissions : 'Permissions' ,
permissionsOnlyMe : 'Only me' ,
permissionsAllMember : 'All team members' ,
2024-07-09 17:47:54 +08:00
permissionsInvitedMembers : 'Partial team members' ,
me : '(You)' ,
2023-05-15 08:51:32 +08:00
indexMethod : 'Index Method' ,
indexMethodHighQuality : 'High Quality' ,
2024-12-26 12:01:51 +08:00
indexMethodHighQualityTip : 'Calling the embedding model to process documents for more precise retrieval helps LLM generate high-quality answers.' ,
upgradeHighQualityTip : 'Once upgrading to High Quality mode, reverting to Economical mode is not available' ,
2023-05-15 08:51:32 +08:00
indexMethodEconomy : 'Economical' ,
2024-12-26 12:01:51 +08:00
indexMethodEconomyTip : 'Using 10 keywords per chunk for retrieval, no tokens are consumed at the expense of reduced retrieval accuracy.' ,
2023-08-18 17:37:31 +08:00
embeddingModel : 'Embedding Model' ,
embeddingModelTip : 'Change the embedded model, please go to ' ,
embeddingModelTipLink : 'Settings' ,
2023-11-18 11:53:35 +08:00
retrievalSetting : {
2024-09-30 15:38:43 +08:00
title : 'Retrieval Setting' ,
2025-03-19 11:19:57 +08:00
method : 'Retrieval Method' ,
2023-11-18 11:53:35 +08:00
learnMore : 'Learn more' ,
description : ' about retrieval method.' ,
2023-11-27 17:22:16 +08:00
longDescription : ' about retrieval method, you can change this at any time in the Knowledge settings.' ,
2023-11-18 11:53:35 +08:00
} ,
2024-09-30 15:38:43 +08:00
externalKnowledgeAPI : 'External Knowledge API' ,
externalKnowledgeID : 'External Knowledge ID' ,
retrievalSettings : 'Retrieval Settings' ,
2023-05-15 08:51:32 +08:00
save : 'Save' ,
2024-12-26 12:01:51 +08:00
indexMethodChangeToEconomyDisabledTip : 'Not available for downgrading from HQ to ECO' ,
2025-04-22 11:06:36 +08:00
searchModel : 'Search model' ,
2023-05-15 08:51:32 +08:00
} ,
}
export default translation