Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -1,28 +1,28 @@
|
|
| 1 |
# Streamlit and Core
|
| 2 |
-
streamlit
|
| 3 |
-
google-generativeai
|
| 4 |
|
| 5 |
# PDF Processing
|
| 6 |
-
PyPDF2
|
| 7 |
|
| 8 |
# LangChain (minimal for HF Spaces)
|
| 9 |
-
langchain-core
|
| 10 |
-
langchain-text-splitters
|
| 11 |
-
langchain-huggingface
|
| 12 |
-
langchain-community
|
| 13 |
|
| 14 |
# Vector Store and Embeddings
|
| 15 |
-
sentence-transformers
|
| 16 |
-
faiss-cpu
|
| 17 |
-
huggingface-hub
|
| 18 |
-
transformers
|
| 19 |
|
| 20 |
# Core Dependencies
|
| 21 |
-
torch
|
| 22 |
-
numpy
|
| 23 |
-
pandas
|
| 24 |
-
pydantic
|
| 25 |
|
| 26 |
# Additional utilities for persistent storage
|
| 27 |
-
python-dateutil
|
| 28 |
-
pathlib2
|
|
|
|
| 1 |
# Streamlit and Core
|
| 2 |
+
streamlit
|
| 3 |
+
google-generativeai
|
| 4 |
|
| 5 |
# PDF Processing
|
| 6 |
+
PyPDF2
|
| 7 |
|
| 8 |
# LangChain (minimal for HF Spaces)
|
| 9 |
+
langchain-core
|
| 10 |
+
langchain-text-splitters
|
| 11 |
+
langchain-huggingface
|
| 12 |
+
langchain-community
|
| 13 |
|
| 14 |
# Vector Store and Embeddings
|
| 15 |
+
sentence-transformers
|
| 16 |
+
faiss-cpu
|
| 17 |
+
huggingface-hub
|
| 18 |
+
transformers
|
| 19 |
|
| 20 |
# Core Dependencies
|
| 21 |
+
torch
|
| 22 |
+
numpy
|
| 23 |
+
pandas
|
| 24 |
+
pydantic
|
| 25 |
|
| 26 |
# Additional utilities for persistent storage
|
| 27 |
+
python-dateutil
|
| 28 |
+
pathlib2
|