Explorar o código

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

zxhlyh hai 8 meses
pai
achega
2cd662c43b

+ 1 - 1
web/i18n/en-US/app-debug.ts

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

+ 1 - 1
web/i18n/en-US/dataset.ts

@@ -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: {

+ 1 - 1
web/i18n/zh-Hans/app-debug.ts

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

+ 1 - 1
web/i18n/zh-Hans/dataset.ts

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