feat(dependencies): add langchain-ollama and ollama packages with optional dependencies

This commit is contained in:
jiangfeng.11
2026-04-11 16:49:32 +08:00
committed by JeffJiang
parent 848ace98cb
commit 7ff9077074
+7
View File
@@ -893,6 +893,9 @@ dependencies = [
] ]
[package.optional-dependencies] [package.optional-dependencies]
ollama = [
{ name = "langchain-ollama" },
]
postgres = [ postgres = [
{ name = "asyncpg" }, { name = "asyncpg" },
{ name = "langgraph-checkpoint-postgres" }, { name = "langgraph-checkpoint-postgres" },
@@ -945,10 +948,14 @@ requires-dist = [
{ name = "tiktoken", specifier = ">=0.8.0" }, { name = "tiktoken", specifier = ">=0.8.0" },
] ]
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
provides-extras = ["ollama", "pymupdf"] provides-extras = ["ollama", "pymupdf"]
======= =======
provides-extras = ["postgres", "pymupdf"] provides-extras = ["postgres", "pymupdf"]
>>>>>>> 185f5649 (feat(persistence): add unified persistence layer with event store, token tracking, and feedback (#1930)) >>>>>>> 185f5649 (feat(persistence): add unified persistence layer with event store, token tracking, and feedback (#1930))
=======
provides-extras = ["ollama", "postgres", "pymupdf"]
>>>>>>> 6cbec134 (feat(dependencies): add langchain-ollama and ollama packages with optional dependencies)
[[package]] [[package]]
name = "defusedxml" name = "defusedxml"