feat: expose new hybrid chunker, update docs (#384)

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas
2024-12-09 08:28:29 +01:00
committed by GitHub
parent eb7ffcdd1c
commit c8ecdd987e
9 changed files with 598 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ packages = [{include = "docling"}]
# actual dependencies:
######################
python = "^3.9"
docling-core = "^2.7.1"
docling-core = { version = "^2.8.0", extras = ["chunking"] }
pydantic = "^2.0.0"
docling-ibm-models = "^2.0.6"
deepsearch-glm = "^0.26.1"