haiku.rag/haiku_rag_slim/haiku/rag/providers
Yiorgis Gozadinos 15868762b0
Wire providers.docling_serve.timeout through to the client
The setting was documented but did not exist on DoclingServeConfig, so it
was silently dropped, and DoclingServeClient.from_config never forwarded
the timeout parameter it already accepted. The per-request timeout was
therefore pinned at the constructor default of 300s with no way to change
it. Add the field, forward it, and reject a non-positive value.

Also parametrize over the checked-in *.yaml.example files and validate
each through AppConfig, so an example that no longer loads fails a test
rather than a user's first run.
2026-08-19 13:30:45 +03:00
..
__init__.py Extract shared DoclingServeClient for async workflow & use it for VLM support, chunking, converting 2026-01-07 11:09:23 +02:00
docling_serve.py Wire providers.docling_serve.timeout through to the client 2026-08-19 13:30:45 +03:00
picture_description.py add rebuild --descriptions: run VLM over stored picture bytes only 2026-05-05 12:02:46 +03:00