Closed iwilltry42 closed 1 month ago
Example log structure (two lines):
[{ "action": "ingestion", "file": "foo.pdf", "level": "INFO", "stage": "documentloader", "status": "progress", "step": "reading" }, { "action": "ingestion", "file": "foo.pdf", "level": "INFO", "stage": "textsplitter", "status": "progress", "step": "splitting", "currentDoc": 5, "totalDocs": 10 }]
Example log structure (two lines):