Fix (i18n): Update the Chinese and English description of RAPTOR functionality #9869 (#10581)

…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)
This commit is contained in:
chanx
2025-10-15 15:42:46 +08:00
committed by GitHub
parent fb1bedbd3c
commit 8fe4281d81
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -105,7 +105,7 @@ export default {
generatedOn: '生成于',
subbarFiles: '文件列表',
generate: '生成',
raptor: 'Raptor',
raptor: 'RAPTOR',
processingType: '处理类型',
dataPipeline: '数据管道',
operations: '操作',