diff --git a/docling_serve/app.py b/docling_serve/app.py index 0da5f2d..755b2a3 100644 --- a/docling_serve/app.py +++ b/docling_serve/app.py @@ -696,7 +696,7 @@ def create_app(): # noqa: C901 chunking_options: Annotated[ opt_cls, FormDepends( - HybridChunkerOptions, + opt_cls, prefix="chunking_", excluded_fields=["chunker"], ), @@ -808,7 +808,7 @@ def create_app(): # noqa: C901 chunking_options: Annotated[ opt_cls, FormDepends( - HybridChunkerOptions, + opt_cls, prefix="chunking_", excluded_fields=["chunker"], ),