From 8fe4281d81c4b92cebaf2b11416c246c8ddcb4c1 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Wed, 15 Oct 2025 15:42:46 +0800 Subject: [PATCH] Fix (i18n): Update the Chinese and English description of RAPTOR functionality #9869 (#10581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …tionality ### What problem does this PR solve? Fix (i18n): Update the Chinese and English description of RAPTOR functionality #9869 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/locales/en.ts | 2 +- web/src/locales/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 86c0555f5..00447433c 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -115,7 +115,7 @@ export default { generateKnowledgeGraph: 'This will extract entities and relationships from all your documents in this dataset. The process may take a while to complete.', generateRaptor: - 'This will extract entities and relationships from all your documents in this dataset. The process may take a while to complete.', + 'Performs recursive clustering and summarization of document chunks to build a hierarchical tree structure, enabling more context-aware retrieval across lengthy documents.', generate: 'Generate', raptor: 'RAPTOR', processingType: 'Processing Type', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 7aba5e401..ae5656b10 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -105,7 +105,7 @@ export default { generatedOn: '生成于', subbarFiles: '文件列表', generate: '生成', - raptor: 'Raptor', + raptor: 'RAPTOR', processingType: '处理类型', dataPipeline: '数据管道', operations: '操作',