Skip to content

Commit

Permalink
Merge branch 'feat/parent-child-retrieval' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WTW0313 committed Dec 24, 2024
2 parents 37808a3 + b106e0f commit 0458ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/i18n/en-US/dataset-documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,10 @@ const translation = {
completed: 'Embedding completed',
error: 'Embedding error',
docName: 'Preprocessing document',
mode: 'Chunking setting',
mode: 'Chunking Setting',
segmentLength: 'Maximum Chunk Length',
textCleaning: 'Text pre-definition and cleaning',
textProcessingRules: 'Text Processing Rules',
segments: 'Paragraphs',
highQuality: 'High-quality mode',
economy: 'Economy mode',
Expand Down
1 change: 1 addition & 0 deletions web/i18n/zh-Hans/dataset-documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ const translation = {
mode: '分段模式',
segmentLength: '最大分段长度',
textCleaning: '文本预定义与清洗',
textProcessingRules: '文本处理规则',
segments: '段落',
highQuality: '高质量模式',
economy: '经济模式',
Expand Down

0 comments on commit 0458ab6

Please sign in to comment.