capradeepgujaran commited on
Commit
af121f7
1 Parent(s): e3804f7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- PyPDF2
2
- pdf2image
3
- Pillow
4
- python-docx
5
- llama-index
6
- openai
7
- python-dotenv
8
- bert-score
9
- ragchecker
 
 
1
+ PyPDF2==3.0.1
2
+ pdf2image==1.16.3
3
+ Pillow==9.5.0
4
+ python-docx==0.8.11
5
+ llama-index==0.10.9
6
+ openai==1.12.0
7
+ python-dotenv==1.0.1
8
+ transformers==4.36.2
9
+ sentence-transformers==2.3.1
10
+ gradio==4.19.2