Browse Source

chore: fix chinese translation for 'recall' (#12772)

Co-authored-by: zhaoqingyu.1075 <zhaoqingyu.1075@bytedance.com>
tags/0.15.2
zhu-an 9 months ago
parent
commit
8dfdee21ce
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/i18n/zh-Hans/dataset-creation.ts

+ 1
- 1
web/i18n/zh-Hans/dataset-creation.ts View File

@@ -101,7 +101,7 @@ const translation = {
custom: '自定义',
customDescription: '自定义分段规则、分段长度以及预处理规则等参数',
general: '通用',
generalTip: '通用文本分块模式,检索和回的块是相同的',
generalTip: '通用文本分块模式,检索和回的块是相同的',
parentChild: '父子分段',
parentChildTip: '使用父子模式时,子块用于检索,父块用作上下文',
parentChunkForContext: '父块用作上下文',

Loading…
Cancel
Save