fix: Call into docling-core for legacy document transform (#551)

Call into docling-core for legacy document transform

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2024-12-09 17:06:47 +01:00
committed by GitHub
parent 78f61a8522
commit 7972d47f88
3 changed files with 12 additions and 258 deletions

View File

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