Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
-
## File: `requirements.txt`
|
| 2 |
-
# Basic requirements for RAG pipeline
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# Optional but recommended
|
| 5 |
uvicorn
|
| 6 |
fastapi
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
# Basic requirements for RAG pipeline
|
| 3 |
+
# Core dependencies compatible with Python 3.13+
|
| 4 |
+
gradio>=4.37
|
| 5 |
+
transformers>=4.40
|
| 6 |
+
sentence-transformers>=3.0.1
|
| 7 |
+
chromadb>=0.5.3
|
| 8 |
+
PyPDF2>=3.0
|
| 9 |
+
python-docx>=1.1
|
| 10 |
+
torch>=2.1
|
| 11 |
# Optional but recommended
|
| 12 |
uvicorn
|
| 13 |
fastapi
|