mohammed3536 commited on
Commit
5e29d6f
1 Parent(s): f3f0701

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,3 +1,7 @@
1
- pypdf2
2
- python-dotenv
3
- langchain_openai
 
 
 
 
 
1
+ streamlit==1.31.0
2
+ langchain==0.1.3
3
+ openai==1.9.0
4
+ langchain-openai==0.0.3
5
+ python-dotenv==1.0.0
6
+ PyPDF2==3.0.1
7
+ faiss-cpu==1.7.4