Roberta2024 commited on
Commit
a66f8aa
·
verified ·
1 Parent(s): c0ceda6

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit>=1.28.0
2
+ PyPDF2>=3.0.1
3
+ langchain>=0.0.350
4
+ langchain-google-genai>=1.0.0
5
+ langchain-community>=0.0.10
6
+ faiss-cpu>=1.7.4
7
+ python-dotenv>=1.0.0
8
+ google-generativeai>=0.3.0
9
+ protobuf>=4.21.0
10
+ typing-extensions>=4.5.0