aaporosh commited on
Commit
ba4e6ca
·
verified ·
1 Parent(s): ce4cfdb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,9 +1,13 @@
1
- streamlit>=1.24.0
2
- langchain>=0.2.0
3
- langchain-community>=0.2.0
4
- faiss-cpu>=1.7.4
5
- PyPDF2>=3.0.1
6
- sentence-transformers>=2.6.0
7
- huggingface-hub>=0.23.0
8
- torch>=2.0.0
9
- numpy>=1.26.0
 
 
 
 
 
1
+ streamlit==1.37.0
2
+ langchain==0.2.16
3
+ langchain-community==0.2.16
4
+ faiss-cpu==1.8.0.post1
5
+ PyPDF2==3.0.1
6
+ pdfplumber==0.11.4
7
+ sentence-transformers==3.0.1
8
+ torch==2.4.0
9
+ numpy==1.26.4
10
+ transformers==4.44.2
11
+ # Optional OCR (uncomment if needed)
12
+ # pdf2image==1.17.0
13
+ # pytesseract==0.3.13