la04 commited on
Commit
5802e2a
·
verified ·
1 Parent(s): 80faf85

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio
2
- transformers
3
- torch
4
- PyMuPDF
 
1
+ pip install langchain
2
+ pip install PyPDF2
3
+ pip install sentence-transformers
4
+ pip install faiss-cpu