mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: add langchain-aws dependency for enhanced functionality
This commit is contained in:
parent
ad869bc9c6
commit
4c70a5cc93
|
|
@ -29,6 +29,7 @@ dependencies = [
|
|||
"langchain-huggingface==0.3.1",
|
||||
"langchain-ollama==0.3.10",
|
||||
"langchain_core==0.3.80",
|
||||
"langchain-aws>=0.2.28",
|
||||
"langgraph==0.5.3",
|
||||
"torch==2.8.0",
|
||||
"sentence-transformers==5.0.0",
|
||||
|
|
@ -58,7 +59,7 @@ dependencies = [
|
|||
"websockets==15.0.1",
|
||||
"pylint==3.3.7",
|
||||
"cohere==5.17.0",
|
||||
"jsonpath-ng==1.7.0"
|
||||
"jsonpath-ng==1.7.0",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
|
|
|
|||
Loading…
Reference in New Issue