fleet-memory/hindsight-api/hindsight_api/engine/parsers
Chris Bartholomew fa3501d448
Fix Iris parser httpx read timeout for file uploads (#524)
The httpx.AsyncClient was created without a timeout parameter,
defaulting to 5 seconds for reads. This is too short for uploading
PDFs to presigned URLs and waiting for Iris API responses. Set
explicit timeouts: 30s default, 120s for reads.
2026-03-09 11:22:44 +01:00
..
__init__.py feat: per-request file parser selection with fallback chains (#514) 2026-03-06 16:15:43 +01:00
base.py feat: add iris as file parser (#395) 2026-02-18 14:09:56 +01:00
iris.py Fix Iris parser httpx read timeout for file uploads (#524) 2026-03-09 11:22:44 +01:00
markitdown.py feat: accept pdf, images and office files (#390) 2026-02-17 18:15:03 +01:00