Nikhithapotnuru commited on
Commit
1d8d910
·
verified ·
1 Parent(s): f5b6573

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from langchain_google_genai import GoogleGenerativeAIEmbeddings
8
  from langchain_community.vectorstores import FAISS
9
 
10
 
11
-
12
  # -----------------------------
13
  # Load API key
14
  # -----------------------------
 
8
  from langchain_community.vectorstores import FAISS
9
 
10
 
11
+ import google.generativeai as genai
12
  # -----------------------------
13
  # Load API key
14
  # -----------------------------