From 4945184f8cbb2806159ec7b0f0e2c4516894526e Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Mon, 29 Jul 2024 16:03:47 +0800 Subject: [PATCH] fix: n to 1 retrieval legacy text (#6760) --- web/i18n/en-US/dataset.ts | 2 +- web/i18n/zh-Hans/dataset.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/dataset.ts b/web/i18n/en-US/dataset.ts index f64a7dbf8d..40b5e9170e 100644 --- a/web/i18n/en-US/dataset.ts +++ b/web/i18n/en-US/dataset.ts @@ -67,7 +67,7 @@ const translation = { semantic: 'Semantic', keyword: 'Keyword', }, - nTo1RetrievalLegacy: 'According to product planning, N-to-1 retrieval will be officially deprecated in September. Until then you can still use it normally.', + nTo1RetrievalLegacy: 'According to the optimization and upgrade of the retrieval strategy, N-to-1 retrieval will be officially deprecated in September. Until then you can still use it normally.', } export default translation diff --git a/web/i18n/zh-Hans/dataset.ts b/web/i18n/zh-Hans/dataset.ts index b0cf8cf057..3cd3813535 100644 --- a/web/i18n/zh-Hans/dataset.ts +++ b/web/i18n/zh-Hans/dataset.ts @@ -67,7 +67,7 @@ const translation = { semantic: '语义', keyword: '关键词', }, - nTo1RetrievalLegacy: '根据产品规划,N 选 1 召回将于 9 月正式弃用。在那之前,您仍然可以正常使用它。', + nTo1RetrievalLegacy: '为了对检索策略进行优化和升级,N 选 1 检索功能将于九月份正式被优化。在此之前,您仍然可以正常使用该功能。', } export default translation