feat(knowledge): add overview page for knowledge base logs

- Implement new overview page to display file and dataset processing logs
This commit is contained in:
2025-11-04 15:32:55 +08:00
parent 74c4f798a5
commit 37dcab1597
12 changed files with 397 additions and 8 deletions

View File

@@ -421,6 +421,7 @@ export default {
raptor: 'Raptor',
processingType: '处理类型',
dataPipeline: '数据管道',
ingestionPipeline: '摄取管道',
operations: '操作',
taskId: '任务ID',
duration: '耗时',
@@ -447,6 +448,7 @@ export default {
retrievalTestingDescription:
'进行检索测试,检查 RAGFlow 是否能够为大语言模型LLM恢复预期的内容。',
Parse: '解析',
file: '文件',
dataset: '知识库',
testing: '检索测试',
configuration: '配置',