Yongkang ZOU commited on
Commit
72ec6f3
·
1 Parent(s): 5888f0b

update llm tool

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -41,17 +41,21 @@ jsonpointer==2.4
41
  jsonschema==4.20.0
42
  jupyter_client==8.6.0
43
  jupyter_core==5.7.1
44
- langchain==0.1.20
45
- langchain-community==0.0.36
46
- langchain-core==0.1.63
47
- langchain-google-genai==0.0.10
 
 
48
  langchain-groq==0.0.3
49
- langchain-openai==0.1.7
50
- langchain-tavily==0.0.4
 
51
  langgraph==0.0.47
52
  langgraph-checkpoint==2.0.26
53
  langgraph-sdk==0.1.70
54
  langsmith==0.1.42
 
55
  markdown-it-py==3.0.0
56
  MarkupSafe==2.1.5
57
  nest-asyncio==1.6.0
 
41
  jsonschema==4.20.0
42
  jupyter_client==8.6.0
43
  jupyter_core==5.7.1
44
+
45
+ # ✅ LangChain 相关组件适配 Py3.10 的组合版本:
46
+ langchain==0.1.19
47
+ langchain-core==0.1.62
48
+ langchain-community==0.0.35
49
+ langchain-google-genai==0.0.9
50
  langchain-groq==0.0.3
51
+ langchain-openai==0.1.6
52
+ langchain-tavily==0.0.3
53
+
54
  langgraph==0.0.47
55
  langgraph-checkpoint==2.0.26
56
  langgraph-sdk==0.1.70
57
  langsmith==0.1.42
58
+
59
  markdown-it-py==3.0.0
60
  MarkupSafe==2.1.5
61
  nest-asyncio==1.6.0