feat: expose picture description options (#148)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
Michele Dolfi
2025-04-24 13:49:44 +02:00
committed by GitHub
parent 41624af09f
commit 4c9571a052
4 changed files with 141 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ class DoclingServeSettings(BaseSettings):
artifacts_path: Optional[Path] = None
static_path: Optional[Path] = None
options_cache_size: int = 2
enable_remote_services: bool = False
allow_external_plugins: bool = False
max_document_timeout: float = 3_600 * 24 * 7 # 7 days