mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Revert "build: Add ollama sdk dependency"
After consideration, we're going to use the generic OpenAI API instead of the Ollama-specific API to avoid duplicate work. This reverts commit bc6b366468cdd66b52540aac9c7d8b584ab48ad0. Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
This commit is contained in:
parent
72dd815195
commit
8ef0b897c8
@ -90,7 +90,6 @@ pillow = ">=10.0.0,<12.0.0"
|
|||||||
tqdm = "^4.65.0"
|
tqdm = "^4.65.0"
|
||||||
pluggy = "^1.0.0"
|
pluggy = "^1.0.0"
|
||||||
pylatexenc = "^2.10"
|
pylatexenc = "^2.10"
|
||||||
ollama = "^0.4"
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = { extras = ["jupyter"], version = "^24.4.2" }
|
black = { extras = ["jupyter"], version = "^24.4.2" }
|
||||||
|
Loading…
Reference in New Issue
Block a user