Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -15
requirements.txt
CHANGED
|
@@ -10,20 +10,13 @@ langchain-ollama
|
|
| 10 |
python-dotenv
|
| 11 |
langchain-community
|
| 12 |
PyPDF2
|
| 13 |
-
pymupdf
|
| 14 |
-
transformers # For Hugging Face's transformers (e.g., GPT-2, GPT-3)
|
| 15 |
-
nltk # If you're using NLTK for text processing
|
| 16 |
-
spacy # For NLP (if used)
|
| 17 |
-
faiss-cpu # FAISS for efficient similarity search
|
| 18 |
-
scikit-learn # For any machine learning tasks (if needed)
|
| 19 |
-
requests # For making HTTP requests (if you're calling APIs)
|
| 20 |
-
pytorch-lightning # For PyTorch model management (if needed)
|
| 21 |
-
streamlit
|
| 22 |
-
torch
|
| 23 |
-
faiss-cpu
|
| 24 |
-
langchain
|
| 25 |
transformers
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
|
|
|
| 10 |
python-dotenv
|
| 11 |
langchain-community
|
| 12 |
PyPDF2
|
| 13 |
+
pymupdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
transformers
|
| 15 |
+
nltk
|
| 16 |
+
spacy
|
| 17 |
+
scikit-learn
|
| 18 |
+
requests
|
| 19 |
+
pytorch-lightning
|
| 20 |
+
scipy==1.7.3 # Use this version of Scipy without the +cpu suffix
|
| 21 |
+
|
| 22 |
|