Yongkang ZOU
commited on
Commit
·
98328f6
1
Parent(s):
e426500
update llm tool
Browse files- requirements.txt +18 -53
requirements.txt
CHANGED
@@ -1,53 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
fsspec==2024.3.1
|
20 |
-
google-ai-generativelanguage==0.6.18
|
21 |
-
google-api-core==2.17.0
|
22 |
-
google-auth==2.28.1
|
23 |
-
gradio==4.29.0
|
24 |
-
gradio_client==0.11.0
|
25 |
-
groq==0.26.0
|
26 |
-
grpcio==1.62.0
|
27 |
-
grpcio-status==1.62.0
|
28 |
-
h11==0.14.0
|
29 |
-
httpx==0.26.0
|
30 |
-
httpx-sse==0.4.0
|
31 |
-
huggingface-hub==0.22.2
|
32 |
-
humanfriendly==10.0
|
33 |
-
importlib_metadata==6.11.0
|
34 |
-
importlib_resources==6.1.1
|
35 |
-
ipykernel==6.29.4
|
36 |
-
ipython==8.18.1
|
37 |
-
jedi==0.19.1
|
38 |
-
Jinja2==3.1.3
|
39 |
-
jsonpatch==1.33
|
40 |
-
jsonpointer==2.4
|
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
|
47 |
-
langchain-google-genai==0.0.9
|
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
|
|
|
1 |
+
gradio
|
2 |
+
requests
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-core
|
6 |
+
langchain-google-genai
|
7 |
+
langchain-huggingface
|
8 |
+
langchain-groq
|
9 |
+
langchain-tavily
|
10 |
+
langchain-chroma
|
11 |
+
langgraph
|
12 |
+
huggingface_hub
|
13 |
+
supabase
|
14 |
+
arxiv
|
15 |
+
pymupdf
|
16 |
+
wikipedia
|
17 |
+
pgvector
|
18 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|