Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +36 -0
requirements.txt
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
async-timeout==4.0.2
|
4 |
+
attrs==23.1.0
|
5 |
+
backoff==2.2.1
|
6 |
+
certifi==2023.7.22
|
7 |
+
charset-normalizer==3.2.0
|
8 |
+
cohere==4.19.2
|
9 |
+
dataclasses-json==0.5.14
|
10 |
+
faiss-cpu==1.7.4
|
11 |
+
fastavro==1.8.2
|
12 |
+
frozenlist==1.4.0
|
13 |
+
greenlet==2.0.2
|
14 |
+
idna==3.4
|
15 |
+
importlib-metadata==6.8.0
|
16 |
+
langchain==0.0.260
|
17 |
+
langsmith==0.0.20
|
18 |
+
marshmallow==3.20.1
|
19 |
+
multidict==6.0.4
|
20 |
+
mypy-extensions==1.0.0
|
21 |
+
numexpr==2.8.5
|
22 |
+
numpy==1.25.2
|
23 |
+
openapi-schema-pydantic==1.2.4
|
24 |
+
packaging==23.1
|
25 |
+
pydantic==1.10.12
|
26 |
+
PyPDF2==3.0.1
|
27 |
+
PyYAML==6.0.1
|
28 |
+
requests==2.31.0
|
29 |
+
SQLAlchemy==2.0.19
|
30 |
+
tenacity==8.2.2
|
31 |
+
typing-inspect==0.9.0
|
32 |
+
typing_extensions==4.7.1
|
33 |
+
urllib3==2.0.4
|
34 |
+
yarl==1.9.2
|
35 |
+
zipp==3.16.2
|
36 |
+
gradio==3.40.1
|