From 2cd662c43b0a6ddf64ebfc03121834a97e99171e Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Mon, 29 Jul 2024 18:09:44 +0800 Subject: [PATCH] chore: n to 1 retrieval legacy text (#6767) --- web/i18n/en-US/app-debug.ts | 2 +- web/i18n/en-US/dataset.ts | 2 +- web/i18n/zh-Hans/app-debug.ts | 2 +- web/i18n/zh-Hans/dataset.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/app-debug.ts b/web/i18n/en-US/app-debug.ts index 6970c38f6a..a4e8a4f7fa 100644 --- a/web/i18n/en-US/app-debug.ts +++ b/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', diff --git a/web/i18n/en-US/dataset.ts b/web/i18n/en-US/dataset.ts index 40b5e9170e..61ed3225e6 100644 --- a/web/i18n/en-US/dataset.ts +++ b/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: { diff --git a/web/i18n/zh-Hans/app-debug.ts b/web/i18n/zh-Hans/app-debug.ts index cd446e0466..b95bb8ce51 100644 --- a/web/i18n/zh-Hans/app-debug.ts +++ b/web/i18n/zh-Hans/app-debug.ts @@ -404,7 +404,7 @@ const translation = { }, retrieveMultiWay: { title: '多路召回', - description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果,需配置 Rerank 模型 API。', + description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果。', }, rerankModelRequired: '请选择 Rerank 模型', params: '参数设置', diff --git a/web/i18n/zh-Hans/dataset.ts b/web/i18n/zh-Hans/dataset.ts index 3cd3813535..1750c88ce3 100644 --- a/web/i18n/zh-Hans/dataset.ts +++ b/web/i18n/zh-Hans/dataset.ts @@ -33,7 +33,7 @@ const translation = { }, hybrid_search: { title: '混合检索', - description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,需配置 Rerank 模型 API', + description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,用户可以选择设置权重或配置重新排序模型。', recommend: '推荐', }, invertedIndex: {