Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +0 -12
requirements.txt
CHANGED
@@ -1,21 +1,9 @@
|
|
1 |
-
langchain==0.1.2
|
2 |
-
langchain-community==0.0.14
|
3 |
-
langchain-openai==0.0.3
|
4 |
openai==1.9.0
|
5 |
unstructured==0.6.2
|
6 |
-
fastapi==0.95.1
|
7 |
-
pydantic==1.10.7
|
8 |
-
psycopg2==2.9.6
|
9 |
tiktoken==0.5.2
|
10 |
-
python-multipart==0.0.6
|
11 |
html2text
|
12 |
-
python-decouple
|
13 |
-
sentry-sdk
|
14 |
-
weaviate-client==3.19.2
|
15 |
-
docx2txt==0.8
|
16 |
requests-html==0.10.0
|
17 |
bs4==0.0.1
|
18 |
-
PyJWT==2.8.0
|
19 |
zenrows==1.3.1
|
20 |
markdownify==0.12.1
|
21 |
gradio
|
|
|
|
|
|
|
|
|
1 |
openai==1.9.0
|
2 |
unstructured==0.6.2
|
|
|
|
|
|
|
3 |
tiktoken==0.5.2
|
|
|
4 |
html2text
|
|
|
|
|
|
|
|
|
5 |
requests-html==0.10.0
|
6 |
bs4==0.0.1
|
|
|
7 |
zenrows==1.3.1
|
8 |
markdownify==0.12.1
|
9 |
gradio
|