mirror of
https://github.com/docling-project/docling-serve.git
synced 2026-03-07 22:33:44 +00:00
fix: HybridChunkerOptions being used for hierarchical chunking (#492)
Signed-off-by: ludvigrassmus <rassmusludvig@gmail.com>
This commit is contained in:
@@ -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"],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user