Benjy commited on
Commit
1739bf3
1 Parent(s): a70f40e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit==1.32.0
2
+ PyPDF2==3.0.1
3
+ langchain==0.1.11
4
+ openai==1.13.3
5
+ faiss-cpu==1.8.0
6
+ python-dotenv==1.0.1