mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 17:06:00 +00:00
feat(dependencies): add langchain-ollama and ollama packages with optional dependencies
This commit is contained in:
Generated
+7
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user