Update requirements.txt
Browse files- requirements.txt +19 -8
requirements.txt
CHANGED
@@ -1,8 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
python-dotenv
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.50.0
|
2 |
+
langchain>=0.1.0
|
3 |
+
langchain-community>=0.0.10
|
4 |
+
python-dotenv>=0.21.0
|
5 |
+
pyyaml>=6.0
|
6 |
+
together>=0.2.5
|
7 |
+
pinecone-client>=2.2.4
|
8 |
+
markdown>=3.4.0
|
9 |
+
python-multipart>=0.0.6
|
10 |
+
typing-extensions>=4.5.0
|
11 |
+
typing-inspect>=0.9.0
|
12 |
+
aiohttp>=3.8.0
|
13 |
+
async-timeout>=4.0.0
|
14 |
+
requests>=2.31.0
|
15 |
+
urllib3>=1.26.0
|
16 |
+
PyYAML>=6.0.1
|
17 |
+
tqdm>=4.66.0
|
18 |
+
numpy>=1.24.0
|
19 |
+
pandas>=2.0.0
|