mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Merge branch 'main' into feat/attachments
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.action-btn-xs {
|
||||
@apply p-0 w-5 h-5 rounded
|
||||
@apply p-0 w-4 h-4 rounded
|
||||
}
|
||||
|
||||
.action-btn.action-btn-active {
|
||||
|
||||
@ -409,7 +409,7 @@ const translation = {
|
||||
},
|
||||
retrieveMultiWay: {
|
||||
title: 'Multi-path retrieval',
|
||||
description: 'Based on user intent, queries across all Knowledge, retrieves relevant text from multi-sources, and selects the best results matching the user query after reranking. Configuration of the Rerank model API is required.',
|
||||
description: 'Based on user intent, queries across all Knowledge, retrieves relevant text from multi-sources, and selects the best results matching the user query after reranking. ',
|
||||
},
|
||||
rerankModelRequired: 'Rerank model is required',
|
||||
params: 'Params',
|
||||
|
||||
@ -33,7 +33,7 @@ const translation = {
|
||||
},
|
||||
hybrid_search: {
|
||||
title: 'Hybrid Search',
|
||||
description: 'Execute full-text search and vector searches simultaneously, re-rank to select the best match for the user\'s query. Configuration of the Rerank model APIs necessary.',
|
||||
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.',
|
||||
recommend: 'Recommend',
|
||||
},
|
||||
invertedIndex: {
|
||||
@ -67,7 +67,7 @@ const translation = {
|
||||
semantic: 'Semantic',
|
||||
keyword: 'Keyword',
|
||||
},
|
||||
nTo1RetrievalLegacy: 'According to product planning, N-to-1 retrieval will be officially deprecated in September. Until then you can still use it normally.',
|
||||
nTo1RetrievalLegacy: 'According to the optimization and upgrade of the retrieval strategy, N-to-1 retrieval will be officially deprecated in September. Until then you can still use it normally.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -404,7 +404,7 @@ const translation = {
|
||||
},
|
||||
retrieveMultiWay: {
|
||||
title: '多路召回',
|
||||
description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果,需配置 Rerank 模型 API。',
|
||||
description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果。',
|
||||
},
|
||||
rerankModelRequired: '请选择 Rerank 模型',
|
||||
params: '参数设置',
|
||||
|
||||
@ -33,7 +33,7 @@ const translation = {
|
||||
},
|
||||
hybrid_search: {
|
||||
title: '混合检索',
|
||||
description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,需配置 Rerank 模型 API',
|
||||
description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,用户可以选择设置权重或配置重新排序模型。',
|
||||
recommend: '推荐',
|
||||
},
|
||||
invertedIndex: {
|
||||
@ -67,7 +67,7 @@ const translation = {
|
||||
semantic: '语义',
|
||||
keyword: '关键词',
|
||||
},
|
||||
nTo1RetrievalLegacy: '根据产品规划,N 选 1 召回将于 9 月正式弃用。在那之前,您仍然可以正常使用它。',
|
||||
nTo1RetrievalLegacy: '为了对检索策略进行优化和升级,N 选 1 检索功能将于九月份正式被优化。在此之前,您仍然可以正常使用该功能。',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user