Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -19,9 +19,14 @@ faiss-cpu==1.7.4
|
|
| 19 |
numpy==1.26.4
|
| 20 |
pymupdf==1.24.5
|
| 21 |
scikit-learn==1.4.2
|
| 22 |
-
pinecone[grpc]==5.3.1
|
| 23 |
cachetools==5.3.3
|
| 24 |
langchain-text-splitters==0.3.9
|
| 25 |
torch==2.2.2
|
| 26 |
nltk==3.9.1
|
| 27 |
-
flashrank==0.2.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
numpy==1.26.4
|
| 20 |
pymupdf==1.24.5
|
| 21 |
scikit-learn==1.4.2
|
|
|
|
| 22 |
cachetools==5.3.3
|
| 23 |
langchain-text-splitters==0.3.9
|
| 24 |
torch==2.2.2
|
| 25 |
nltk==3.9.1
|
| 26 |
+
flashrank==0.2.10
|
| 27 |
+
python-pptx==0.6.23
|
| 28 |
+
openpyxl==3.1.2
|
| 29 |
+
pillow==10.3.0
|
| 30 |
+
python-docx==1.1.2
|
| 31 |
+
pytesseract==0.3.10
|
| 32 |
+
unstructured[pytesseract]==0.12.5
|