mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-29 13:28:11 +00:00
feat(dependencies): add langchain-ollama and ollama packages with optional dependencies
This commit is contained in:
parent
848ace98cb
commit
7ff9077074
7
backend/uv.lock
generated
7
backend/uv.lock
generated
@ -893,6 +893,9 @@ dependencies = [
|
||||
]
|
||||
|
||||
[package.optional-dependencies]
|
||||
ollama = [
|
||||
{ name = "langchain-ollama" },
|
||||
]
|
||||
postgres = [
|
||||
{ name = "asyncpg" },
|
||||
{ name = "langgraph-checkpoint-postgres" },
|
||||
@ -945,10 +948,14 @@ requires-dist = [
|
||||
{ name = "tiktoken", specifier = ">=0.8.0" },
|
||||
]
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
provides-extras = ["ollama", "pymupdf"]
|
||||
=======
|
||||
provides-extras = ["postgres", "pymupdf"]
|
||||
>>>>>>> 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]]
|
||||
name = "defusedxml"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user