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: '操作',