mirror of https://github.com/langgenius/dify.git
45 lines
2.9 KiB
JSON
45 lines
2.9 KiB
JSON
{
|
|
"desc": "Here you can modify the properties and retrieval settings of this Knowledge.",
|
|
"form.chunkStructure.description": " about Chunk Structure.",
|
|
"form.chunkStructure.learnMore": "Learn more",
|
|
"form.chunkStructure.title": "Chunk Structure",
|
|
"form.desc": "Description",
|
|
"form.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.",
|
|
"form.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.",
|
|
"form.descWrite": "Learn how to write a good Knowledge description.",
|
|
"form.embeddingModel": "Embedding Model",
|
|
"form.embeddingModelTip": "Change the embedded model, please go to ",
|
|
"form.embeddingModelTipLink": "Settings",
|
|
"form.externalKnowledgeAPI": "External Knowledge API",
|
|
"form.externalKnowledgeID": "External Knowledge ID",
|
|
"form.helpText": "Learn how to write a good dataset description.",
|
|
"form.indexMethod": "Index Method",
|
|
"form.indexMethodChangeToEconomyDisabledTip": "Not available for downgrading from HQ to ECO",
|
|
"form.indexMethodEconomy": "Economical",
|
|
"form.indexMethodEconomyTip": "Using {{count}} keywords per chunk for retrieval, no tokens are consumed at the expense of reduced retrieval accuracy.",
|
|
"form.indexMethodHighQuality": "High Quality",
|
|
"form.indexMethodHighQualityTip": "Calling the embedding model to process documents for more precise retrieval helps LLM generate high-quality answers.",
|
|
"form.me": "(You)",
|
|
"form.name": "Knowledge Name",
|
|
"form.nameAndIcon": "Name & Icon",
|
|
"form.nameError": "Name cannot be empty",
|
|
"form.namePlaceholder": "Please enter the Knowledge name",
|
|
"form.numberOfKeywords": "Number of Keywords",
|
|
"form.onSearchResults": "No members match your search query.\nTry your search again.",
|
|
"form.permissions": "Permissions",
|
|
"form.permissionsAllMember": "All team members",
|
|
"form.permissionsInvitedMembers": "Partial team members",
|
|
"form.permissionsOnlyMe": "Only me",
|
|
"form.retrievalSetting.description": " about retrieval method.",
|
|
"form.retrievalSetting.learnMore": "Learn more",
|
|
"form.retrievalSetting.longDescription": " about retrieval method, you can change this at any time in the Knowledge settings.",
|
|
"form.retrievalSetting.method": "Retrieval Method",
|
|
"form.retrievalSetting.multiModalTip": "When embedding model supports multi-modal, please select a multi-modal rerank model for better performance.",
|
|
"form.retrievalSetting.title": "Retrieval Setting",
|
|
"form.retrievalSettings": "Retrieval Settings",
|
|
"form.save": "Save",
|
|
"form.searchModel": "Search model",
|
|
"form.upgradeHighQualityTip": "Once upgrading to High Quality mode, reverting to Economical mode is not available",
|
|
"title": "Knowledge settings"
|
|
}
|