nisharg nargund commited on
Commit
a762280
·
verified ·
1 Parent(s): a8ffb7a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ langchain
3
+ langchain-google-genai
4
+ langchain_core
5
+ python-dotenv
6
+ langchain-community
7
+ langserve
8
+ sse_starlette
9
+ bs4
10
+ faiss-cpu
11
+ google-cloud-aiplatform
12
+ langchainhub
13
+ langchain-google-vertexai
14
+ groq
15
+ langchain-groq
16
+
17
+
18
+ st.session_state.embeddings = GoogleGenerativeAIEmbeddings(model="models/embedding-001", google_api_key="AIzaSyBEg09Y06YPFAGAzbaVcgiiPhgBx5St6XQ")