Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
uvicorn==0.18.2
|
3 |
langchain==0.2.1
|
4 |
langchain-community==0.2.1
|
5 |
langchain-core==0.2.1
|
@@ -9,13 +8,11 @@ faiss-cpu==1.7.2
|
|
9 |
huggingface-hub==0.23.1
|
10 |
transformers==4.18.0
|
11 |
PyMuPDF==1.24.4
|
12 |
-
|
13 |
python-docx==0.8.11
|
14 |
sentence-transformers==2.2.2
|
15 |
python-dotenv==1.0.1
|
16 |
-
|
17 |
-
httpx==0.23.3
|
18 |
-
httpcore==0.15.0
|
19 |
|
20 |
|
21 |
|
|
|
1 |
+
streamlit==1.15.0
|
|
|
2 |
langchain==0.2.1
|
3 |
langchain-community==0.2.1
|
4 |
langchain-core==0.2.1
|
|
|
8 |
huggingface-hub==0.23.1
|
9 |
transformers==4.18.0
|
10 |
PyMuPDF==1.24.4
|
11 |
+
PyPDF2==3.0.1
|
12 |
python-docx==0.8.11
|
13 |
sentence-transformers==2.2.2
|
14 |
python-dotenv==1.0.1
|
15 |
+
|
|
|
|
|
16 |
|
17 |
|
18 |
|