chore: offline n to 1 retrieval (#8134)

This commit is contained in:
zxhlyh
2024-09-09 15:32:02 +08:00
committed by GitHub
parent a27d4d58ec
commit bbb609179f
3 changed files with 22 additions and 73 deletions

View File

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

View File

@@ -55,6 +55,7 @@ const translation = {
hybrid_search: '混合检索',
invertedIndex: '倒排索引',
},
defaultRetrievalTip: '默认情况下使用多路召回。从多个知识库中检索知识,然后重新排序。',
mixtureHighQualityAndEconomicTip: '混合使用高质量和经济型知识库需要配置 Rerank 模型。',
inconsistentEmbeddingModelTip: '当所选知识库配置的 Embedding 模型不一致时,需要配置 Rerank 模型。',
retrievalSettings: '召回设置',