shallou commited on
Commit
729f4d4
·
verified ·
1 Parent(s): f41408a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- langchain==0.0.154
2
- PyPDF2==3.0.1
3
- python-dotenv==1.0.0
4
- streamlit==1.18.1
5
- faiss-cpu==1.7.4
6
- streamlit-extras
 
1
+ transformers
2
+ streamlit
3
+ python-dotenv
4
+ langchain
5
+ faiss-cpu
6
+ PyPDF2