mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
…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:
@ -115,7 +115,7 @@ export default {
|
|||||||
generateKnowledgeGraph:
|
generateKnowledgeGraph:
|
||||||
'This will extract entities and relationships from all your documents in this dataset. The process may take a while to complete.',
|
'This will extract entities and relationships from all your documents in this dataset. The process may take a while to complete.',
|
||||||
generateRaptor:
|
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',
|
generate: 'Generate',
|
||||||
raptor: 'RAPTOR',
|
raptor: 'RAPTOR',
|
||||||
processingType: 'Processing Type',
|
processingType: 'Processing Type',
|
||||||
|
|||||||
@ -105,7 +105,7 @@ export default {
|
|||||||
generatedOn: '生成于',
|
generatedOn: '生成于',
|
||||||
subbarFiles: '文件列表',
|
subbarFiles: '文件列表',
|
||||||
generate: '生成',
|
generate: '生成',
|
||||||
raptor: 'Raptor',
|
raptor: 'RAPTOR',
|
||||||
processingType: '处理类型',
|
processingType: '处理类型',
|
||||||
dataPipeline: '数据管道',
|
dataPipeline: '数据管道',
|
||||||
operations: '操作',
|
operations: '操作',
|
||||||
|
|||||||
Reference in New Issue
Block a user