Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -6
requirements.txt
CHANGED
|
@@ -1,15 +1,22 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
langchain
|
| 3 |
langchain-community
|
| 4 |
faiss-cpu
|
| 5 |
sentence-transformers
|
| 6 |
-
|
| 7 |
-
python-docx
|
| 8 |
-
pypdf
|
| 9 |
openai==0.28.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
numpy
|
| 12 |
-
requests
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 1 |
+
pypdf
|
| 2 |
+
gradio==3.34.0
|
| 3 |
langchain
|
| 4 |
langchain-community
|
| 5 |
faiss-cpu
|
| 6 |
sentence-transformers
|
| 7 |
+
uvicorn>=0.14.0
|
|
|
|
|
|
|
| 8 |
openai==0.28.0
|
| 9 |
+
python-docx>=0.8.11
|
| 10 |
+
requests>=2.28.0
|
| 11 |
+
python-dotenv==1.0.0
|
| 12 |
+
numpy==1.24.3
|
| 13 |
+
matplotlib==3.7.1
|
| 14 |
+
fpdf2==2.7.6
|
| 15 |
+
plotly
|
| 16 |
+
feedparser
|
| 17 |
+
scikit-learn
|
| 18 |
+
PyPDF2
|
| 19 |
|
|
|
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
|