chore: n to 1 retrieval legacy text (#6767)

This commit is contained in:
zxhlyh 2024-07-29 18:09:44 +08:00 committed by GitHub
parent 4945184f8c
commit 2cd662c43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -409,7 +409,7 @@ const translation = {
}, },
retrieveMultiWay: { retrieveMultiWay: {
title: 'Multi-path retrieval', 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', rerankModelRequired: 'Rerank model is required',
params: 'Params', params: 'Params',

View File

@ -33,7 +33,7 @@ const translation = {
}, },
hybrid_search: { hybrid_search: {
title: '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', recommend: 'Recommend',
}, },
invertedIndex: { invertedIndex: {

View File

@ -404,7 +404,7 @@ const translation = {
}, },
retrieveMultiWay: { retrieveMultiWay: {
title: '多路召回', title: '多路召回',
description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果,需配置 Rerank 模型 API。', description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果。',
}, },
rerankModelRequired: '请选择 Rerank 模型', rerankModelRequired: '请选择 Rerank 模型',
params: '参数设置', params: '参数设置',

View File

@ -33,7 +33,7 @@ const translation = {
}, },
hybrid_search: { hybrid_search: {
title: '混合检索', title: '混合检索',
description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,需配置 Rerank 模型 API', description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,用户可以选择设置权重或配置重新排序模型。',
recommend: '推荐', recommend: '推荐',
}, },
invertedIndex: { invertedIndex: {