Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +0 -3
requirements.txt
CHANGED
@@ -2,17 +2,14 @@ fastapi==0.78.0
|
|
2 |
uvicorn==0.18.2
|
3 |
langchain==0.2.1
|
4 |
langchain-community==0.2.1
|
5 |
-
langchain-core==0.2.1
|
6 |
langchain-text-splitters==0.2.0
|
7 |
langsmith==0.1.63
|
8 |
faiss-cpu==1.7.2
|
9 |
huggingface-hub==0.23.1
|
10 |
transformers==4.18.0
|
11 |
PyMuPDF==1.24.4
|
12 |
-
PyMuPDFb==1.24.3
|
13 |
python-docx==0.8.11
|
14 |
sentence-transformers==2.2.2
|
15 |
-
python-dotenv==1.0.1
|
16 |
gradio==3.1.4
|
17 |
|
18 |
|
|
|
2 |
uvicorn==0.18.2
|
3 |
langchain==0.2.1
|
4 |
langchain-community==0.2.1
|
|
|
5 |
langchain-text-splitters==0.2.0
|
6 |
langsmith==0.1.63
|
7 |
faiss-cpu==1.7.2
|
8 |
huggingface-hub==0.23.1
|
9 |
transformers==4.18.0
|
10 |
PyMuPDF==1.24.4
|
|
|
11 |
python-docx==0.8.11
|
12 |
sentence-transformers==2.2.2
|
|
|
13 |
gradio==3.1.4
|
14 |
|
15 |
|