mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
Add multithreaded VLM pipeline
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -44,7 +44,7 @@ authors = [
|
||||
requires-python = '>=3.9,<4.0'
|
||||
dependencies = [
|
||||
'pydantic (>=2.0.0,<3.0.0)',
|
||||
'docling-core[chunking] (>=2.42.0,<3.0.0)',
|
||||
"docling-core[chunking]>=2.42.0,<3.0.0",
|
||||
'docling-parse (>=4.0.0,<5.0.0)',
|
||||
"docling-ibm-models>=3.9.0,<4",
|
||||
'filetype (>=1.2.0,<2.0.0)',
|
||||
@@ -149,6 +149,9 @@ constraints = [
|
||||
package = true
|
||||
default-groups = "all"
|
||||
|
||||
[tool.uv.sources]
|
||||
docling-core = { git = "https://github.com/docling-project/docling-core.git", rev = "cau/refactor-otsl-methods" }
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["docling*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user