浏览代码

fix: n to 1 retrieval legacy text (#6760)

zxhlyh 8 月之前
父节点
当前提交
4945184f8c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/i18n/en-US/dataset.ts
  2. 1 1
      web/i18n/zh-Hans/dataset.ts

+ 1 - 1
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

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

@@ -67,7 +67,7 @@ const translation = {
     semantic: '语义',
     keyword: '关键词',
   },
-  nTo1RetrievalLegacy: '根据产品规划,N 选 1 召回将于 9 月正式弃用。在那之前,您仍然可以正常使用它。',
+  nTo1RetrievalLegacy: '为了对检索策略进行优化和升级,N 选 1 检索功能将于九月份正式被优化。在此之前,您仍然可以正常使用该功能。',
 }
 
 export default translation