docling-studio/document-parser/services
Pier-Jean Malandrino 360ea7ea8f Stream upload reads in 64 KB chunks
Read uploaded files in fixed-size chunks instead of a single file.read()
to reduce peak memory pressure. Also enforces the size limit during
streaming so oversized payloads are rejected before fully buffered.
2026-04-03 13:52:32 +02:00
..
__init__.py Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00
analysis_service.py Limit concurrent analyses with asyncio.Semaphore 2026-04-03 13:51:53 +02:00
document_service.py Stream upload reads in 64 KB chunks 2026-04-03 13:52:32 +02:00