Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
@@ -1,27 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
llama-index>=0.10.39
|
3 |
llama-index-core>=0.10.39
|
4 |
-
|
5 |
langchain>=0.1.14
|
6 |
langchain-community>=0.0.29
|
7 |
langchain-experimental>=0.0.3
|
8 |
-
|
9 |
openai>=1.25.0
|
10 |
|
11 |
-
# Langchain tools
|
12 |
duckduckgo-search>=1.0.0
|
13 |
wikipedia
|
14 |
-
|
15 |
-
google-api-python-client
|
16 |
-
|
17 |
-
# Gradio + Submission
|
18 |
-
gradio>=4.26.0
|
19 |
-
pandas>=2.1.0
|
20 |
-
requests>=2.31.0
|
21 |
-
|
22 |
-
# YouTube loader dependencies
|
23 |
-
pytube>=15.0.0
|
24 |
-
|
25 |
-
# Optional utils
|
26 |
-
python-dotenv
|
27 |
-
aiofiles
|
|
|
1 |
+
gradio>=4.26.0
|
2 |
+
pandas>=2.1.0
|
3 |
+
requests>=2.31.0
|
4 |
+
|
5 |
llama-index>=0.10.39
|
6 |
llama-index-core>=0.10.39
|
7 |
+
|
8 |
langchain>=0.1.14
|
9 |
langchain-community>=0.0.29
|
10 |
langchain-experimental>=0.0.3
|
11 |
+
|
12 |
openai>=1.25.0
|
13 |
|
|
|
14 |
duckduckgo-search>=1.0.0
|
15 |
wikipedia
|
16 |
+
pytube>=15.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|