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

@@ -427,6 +427,7 @@ export default {
raptor: 'Raptor',
processingType: 'Processing Type',
dataPipeline: 'Data Pipeline',
ingestionPipeline: 'Ingestion Pipeline',
operations: 'Operations',
taskId: 'Task ID',
duration: 'Duration',
@@ -453,6 +454,7 @@ export default {
retrievalTestingDescription:
'Conduct a retrieval test to check if RAGFlow can recover the intended content for the LLM.',
Parse: 'Parse',
file: 'File',
dataset: 'Dataset',
testing: 'Retrieval testing',
files: 'files',