chore: offline n to 1 retrieval (#8134)
This commit is contained in:
@@ -55,6 +55,7 @@ const translation = {
|
||||
hybrid_search: 'HYBRID',
|
||||
invertedIndex: 'INVERTED',
|
||||
},
|
||||
defaultRetrievalTip: 'Multi-path retrieval is used by default. Knowledge is retrieved from multiple knowledge bases and then re-ranked.',
|
||||
mixtureHighQualityAndEconomicTip: 'The Rerank model is required for mixture of high quality and economical knowledge bases.',
|
||||
inconsistentEmbeddingModelTip: 'The Rerank model is required if the Embedding models of the selected knowledge bases are inconsistent.',
|
||||
retrievalSettings: 'Retrieval Setting',
|
||||
|
||||
@@ -55,6 +55,7 @@ const translation = {
|
||||
hybrid_search: '混合检索',
|
||||
invertedIndex: '倒排索引',
|
||||
},
|
||||
defaultRetrievalTip: '默认情况下使用多路召回。从多个知识库中检索知识,然后重新排序。',
|
||||
mixtureHighQualityAndEconomicTip: '混合使用高质量和经济型知识库需要配置 Rerank 模型。',
|
||||
inconsistentEmbeddingModelTip: '当所选知识库配置的 Embedding 模型不一致时,需要配置 Rerank 模型。',
|
||||
retrievalSettings: '召回设置',
|
||||
|
||||
Reference in New Issue
Block a user