Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -17
requirements.txt
CHANGED
|
@@ -1,18 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
python-dotenv
|
| 6 |
-
|
| 7 |
-
# File parsing
|
| 8 |
-
PyMuPDF # for PDFs
|
| 9 |
-
python-docx # for DOCX files
|
| 10 |
html2text
|
| 11 |
-
beautifulsoup4
|
| 12 |
-
|
| 13 |
-
# Optional: RAG integration (for future use)
|
| 14 |
-
llama-index>=0.10.30
|
| 15 |
-
faiss-cpu # for local vector search (use faiss-gpu if needed)
|
| 16 |
-
|
| 17 |
-
# Optional: secure file handling
|
| 18 |
-
unstructured # supports more document types (large, optional)
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
openai
|
| 3 |
+
PyPDF2
|
| 4 |
+
python-docx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
html2text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|