la04 commited on
Commit
fa8c98f
·
verified ·
1 Parent(s): 56daa17

Update requirements.txt

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