Yongkang ZOU
commited on
Commit
·
e475ca5
1
Parent(s):
d88f21f
update llm tool
Browse files- requirements.txt +42 -0
requirements.txt
CHANGED
@@ -42,10 +42,52 @@ jsonschema==4.20.0
|
|
42 |
jupyter_client==8.6.0
|
43 |
jupyter_core==5.7.1
|
44 |
|
|
|
45 |
langchain==0.1.19
|
46 |
langchain-core==0.1.51
|
47 |
langchain-community==0.0.35
|
48 |
langchain-google-genai==0.0.9
|
49 |
langchain-groq==0.3.2
|
|
|
|
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
python-dotenv==1.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
jupyter_client==8.6.0
|
43 |
jupyter_core==5.7.1
|
44 |
|
45 |
+
# ——— LangChain 系列(锁定兼容 Python 3.10 的版本) ———
|
46 |
langchain==0.1.19
|
47 |
langchain-core==0.1.51
|
48 |
langchain-community==0.0.35
|
49 |
langchain-google-genai==0.0.9
|
50 |
langchain-groq==0.3.2
|
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
|
62 |
+
numpy==1.26.4
|
63 |
+
openai==1.25.2
|
64 |
+
orjson==3.9.15
|
65 |
+
packaging==24.0
|
66 |
+
pandas==2.2.2
|
67 |
+
protobuf==3.20.3
|
68 |
+
pydantic==2.6.4
|
69 |
+
pydantic-settings==2.2.1
|
70 |
+
pydantic_core==2.16.3
|
71 |
+
python-dateutil==2.9.0.post0
|
72 |
python-dotenv==1.0.1
|
73 |
+
python-multipart==0.0.9
|
74 |
+
PyYAML==6.0.1
|
75 |
+
referencing==0.35.1
|
76 |
+
regex==2023.12.25
|
77 |
+
requests==2.31.0
|
78 |
+
requests-oauthlib==2.0.0
|
79 |
+
scikit-learn==1.4.2
|
80 |
+
sentence-transformers==2.6.1
|
81 |
+
setuptools==68.2.2
|
82 |
+
starlette==0.37.2
|
83 |
+
tenacity==8.2.3
|
84 |
+
tiktoken==0.6.0
|
85 |
+
tokenizers==0.15.1
|
86 |
+
torch==2.2.2
|
87 |
+
transformers==4.40.2
|
88 |
+
typing-inspect==0.9.0
|
89 |
+
typing_extensions==4.11.0
|
90 |
+
tzdata==2024.1
|
91 |
+
uvicorn==0.27.1
|
92 |
+
websockets==12.0
|
93 |
+
zipp==3.18.1
|