From 8dfdee21ce3a671a1a871de30e5874c6f09e32c5 Mon Sep 17 00:00:00 2001 From: zhu-an <70234959+xhdd123321@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:15:26 +0800 Subject: [PATCH] chore: fix chinese translation for 'recall' (#12772) Co-authored-by: zhaoqingyu.1075 --- web/i18n/zh-Hans/dataset-creation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/zh-Hans/dataset-creation.ts b/web/i18n/zh-Hans/dataset-creation.ts index c61e75eb98..3b3824d2cb 100644 --- a/web/i18n/zh-Hans/dataset-creation.ts +++ b/web/i18n/zh-Hans/dataset-creation.ts @@ -101,7 +101,7 @@ const translation = { custom: '自定义', customDescription: '自定义分段规则、分段长度以及预处理规则等参数', general: '通用', - generalTip: '通用文本分块模式,检索和回忆的块是相同的', + generalTip: '通用文本分块模式,检索和召回的块是相同的', parentChild: '父子分段', parentChildTip: '使用父子模式时,子块用于检索,父块用作上下文', parentChunkForContext: '父块用作上下文',