SharathReddy commited on
Commit
7b4be74
·
verified ·
1 Parent(s): fcf9c75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -15,8 +15,6 @@ import os
15
  # Set the GOOGLE_API_KEY environment variable
16
  os.environ["GOOGLE_API_KEY"] = "AIzaSyBqmjtc0uhcz1cJ_3r5vnWpBzL9UGoeLBA"
17
 
18
- # Now import the library
19
- from genai import GoogleGenerativeAIEmbeddings
20
 
21
  # Create an instance of GoogleGenerativeAIEmbeddings without specifying the API key
22
  embeddings = GoogleGenerativeAIEmbeddings(model="models/embedding-001")
 
15
  # Set the GOOGLE_API_KEY environment variable
16
  os.environ["GOOGLE_API_KEY"] = "AIzaSyBqmjtc0uhcz1cJ_3r5vnWpBzL9UGoeLBA"
17
 
 
 
18
 
19
  # Create an instance of GoogleGenerativeAIEmbeddings without specifying the API key
20
  embeddings = GoogleGenerativeAIEmbeddings(model="models/embedding-001")