DHEIVER commited on
Commit
5bea7d3
·
verified ·
1 Parent(s): 932ffb1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
  huggingface_hub==0.25.2
2
- PyPDF2
3
- sentence-transformers
4
- faiss-cpu
5
- rank-bm25
 
 
 
1
  huggingface_hub==0.25.2
2
+ PyPDF2==3.0.1
3
+ sentence-transformers==3.4.1
4
+ faiss-cpu==1.9.0
5
+ rank-bm25==0.2.2
6
+ gradio==4.44.0
7
+ numpy==1.26.4