feat: add langchain-aws dependency for enhanced functionality

This commit is contained in:
wxg0103 2025-12-01 15:54:28 +08:00
parent ad869bc9c6
commit 4c70a5cc93

View File

@ -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]