abdullah-113 commited on
Commit
a01e354
·
verified ·
1 Parent(s): f697d16

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -20,6 +20,8 @@ streamlit>=1.25.0
20
  python-dotenv>=1.0.0
21
  pytest>=7.4.0
22
 
23
- PyPDF2>=3.0.0
 
24
  captum>=0.6.0
 
25
  aiosqlite>=0.19.0
 
20
  python-dotenv>=1.0.0
21
  pytest>=7.4.0
22
 
23
+ # --- Document Processing & Retrieval ---
24
+ sentence-transformers>=2.2.2
25
  captum>=0.6.0
26
+ PyPDF2>=3.0.0
27
  aiosqlite>=0.19.0