docling-studio/document-parser/infra
Pier-Jean Malandrino 9602ae6d94 refactor: move BATCH_PAGE_SIZE default from Dockerfile to settings.py
Default value of 5 is now in the application code (settings.py) instead
of only in the Docker image ENV. Consistent across all deployment modes
(dev local, Docker, tests). Aligned docker-compose files and docs.
2026-04-13 11:32:33 +02:00
..
__init__.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
bbox.py Move bbox.py from domain/ to infra/ and unify coordinate logic 2026-04-03 13:17:26 +02:00
embedding_client.py feat: add embedding microservice and EmbeddingService port 2026-04-10 20:53:24 +02:00
local_chunker.py Fix import ordering violations (ruff I001) 2026-04-03 14:05:38 +02:00
local_converter.py fix: remove dead store and no-effect await flagged by CodeQL 2026-04-10 14:37:51 +02:00
opensearch_store.py feat(infra): add OpenSearch adapter implementing VectorStore port 2026-04-10 20:48:50 +02:00
rate_limiter.py Add in-memory rate limiting middleware 2026-04-03 13:56:05 +02:00
serve_converter.py feat: batch large documents with page_range and progress reporting 2026-04-07 17:54:40 +02:00
settings.py refactor: move BATCH_PAGE_SIZE default from Dockerfile to settings.py 2026-04-13 11:32:33 +02:00