jasvir-singh1021 commited on
Commit
fcda496
·
verified ·
1 Parent(s): aa87ef2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -17
requirements.txt CHANGED
@@ -1,18 +1,5 @@
1
- # Core
2
- streamlit==1.35.0
3
- openai>=1.30.0
4
- tqdm
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