Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -6,8 +6,11 @@ faiss-cpu==1.7.4
|
|
| 6 |
scikit-learn==1.3.1
|
| 7 |
nltk==3.8.1
|
| 8 |
python-dotenv==1.0.0
|
| 9 |
-
requests==2.31.0
|
| 10 |
chardet
|
| 11 |
PyPDF2==3.0.1
|
| 12 |
python-docx==0.8.11
|
| 13 |
-
groq==0.13.1
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
scikit-learn==1.3.1
|
| 7 |
nltk==3.8.1
|
| 8 |
python-dotenv==1.0.0
|
| 9 |
+
requests==2.31.0
|
| 10 |
chardet
|
| 11 |
PyPDF2==3.0.1
|
| 12 |
python-docx==0.8.11
|
| 13 |
+
groq==0.13.1
|
| 14 |
+
# Additional libraries that might be useful
|
| 15 |
+
numpy
|
| 16 |
+
pandas
|