masadonline commited on
Commit
09c3552
·
verified ·
1 Parent(s): 2d95a78

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -23
requirements.txt CHANGED
@@ -1,28 +1,11 @@
1
- # Core App Framework
2
  streamlit
3
-
4
- # Environment Variable Management
5
- python-dotenv
6
-
7
- # File and Document Handling
8
- unstructured
9
- docx2txt
10
- pypdf
11
- openpyxl # for Excel files
12
- lxml # for XML/HTML
13
-
14
- # LangChain & Ecosystem
15
- langchain
16
  langchain-community
 
17
  langchain-groq
18
- langchain-text-splitters
19
-
20
- # Embeddings & Vector Store
21
  sentence-transformers
 
 
 
22
  faiss-cpu
23
-
24
- # Optional: Progress bar, nice logging
25
- tqdm
26
-
27
- # Misc
28
- numpy
 
 
1
  streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  langchain-community
3
+ python-dotenv
4
  langchain-groq
5
+ unstructured
 
 
6
  sentence-transformers
7
+ pypdf
8
+ unstructured[pdf]
9
+ groq
10
  faiss-cpu
11
+ jq