OpenRAG Version
0.3.0
Deployment Method
uv add (installed in project)
Operating System
macOs 15.6
Python Version
3.13
Affected Area
Ingestion (document processing, upload, Docling)
Bug Description
Financial PDF documents containing multiple tables (FinanceBench dataset) take approximately 5 minutes to complete ingestion in OpenRAG.
Although the ingestion eventually completes successfully, the processing duration is significantly long and the UI does not display progress indicators during this time.
This may affect usability when ingesting complex financial reports.
Steps to Reproduce
- Open Knowledge → Add Knowledge
- Upload a financial PDF from the FinanceBench dataset
- Start ingestion
- Observe the ingestion duration
Expected Behavior
Large financial documents should ingest within a reasonable time frame
or display progress indicators for long-running processing tasks.
Actual Behavior
File ingestion completes successfully but takes approximately 5 minutes.
Relevant Logs
Screenshots
financial doc.zip
Additional Context
No response
Checklist