docling-studio/document-parser/persistence
Pier-Jean Malandrino c50106c185 Centralize config through Settings singleton
UPLOAD_DIR and DB_PATH were read directly from os.environ, bypassing
the Settings dataclass. This caused an inconsistency where overriding
Settings had no effect on these values. Now all modules import from
infra.settings.settings.
2026-04-03 13:47:53 +02:00
..
__init__.py Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00
analysis_repo.py Fix naive datetime fallbacks in repository layer 2026-04-03 13:04:44 +02:00
database.py Centralize config through Settings singleton 2026-04-03 13:47:53 +02:00
document_repo.py Fix naive datetime fallbacks in repository layer 2026-04-03 13:04:44 +02:00