Yongkang ZOU
commited on
Commit
·
e426500
1
Parent(s):
92f761c
update llm tool
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# 原本已成功部署的依赖(请保留你之前的内容)
|
2 |
aiofiles==24.1.0
|
3 |
aiohttp==3.12.4
|
4 |
anyio==4.9.0
|
@@ -42,8 +41,6 @@ jsonpointer==2.4
|
|
42 |
jsonschema==4.20.0
|
43 |
jupyter_client==8.6.0
|
44 |
jupyter_core==5.7.1
|
45 |
-
|
46 |
-
# langchain 套件(确保兼容)
|
47 |
langchain==0.1.19
|
48 |
langchain-core==0.1.51
|
49 |
langchain-community==0.0.35
|
@@ -51,3 +48,6 @@ langchain-google-genai==0.0.9
|
|
51 |
langchain-groq==0.3.2
|
52 |
langchain-openai==0.1.6
|
53 |
langchain-tavily==0.2.0
|
|
|
|
|
|
|
|
|
|
1 |
aiofiles==24.1.0
|
2 |
aiohttp==3.12.4
|
3 |
anyio==4.9.0
|
|
|
41 |
jsonschema==4.20.0
|
42 |
jupyter_client==8.6.0
|
43 |
jupyter_core==5.7.1
|
|
|
|
|
44 |
langchain==0.1.19
|
45 |
langchain-core==0.1.51
|
46 |
langchain-community==0.0.35
|
|
|
48 |
langchain-groq==0.3.2
|
49 |
langchain-openai==0.1.6
|
50 |
langchain-tavily==0.2.0
|
51 |
+
langgraph==0.0.47
|
52 |
+
langgraph-checkpoint==2.0.26
|
53 |
+
langgraph-sdk==0.1.70
|