Skip to content

Commit

Permalink
Update Qdrant_similarity_search.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jun 5, 2024
1 parent c903a14 commit deea013
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@
"To run the following cell, your API key must be stored it in a Colab Secret named `GOOGLE_API_KEY`. If you don't already have an API key, or you're not sure how to create a Colab Secret, see the [Authentication](https://github.com/google-gemini/cookbook/blob/main/quickstarts/Authentication.ipynb) guide for an example."
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"id": "MWn09K5G8XYZ"
},
"outputs": [],
"source": [
"import google.generativeai as genai"
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand All @@ -167,8 +178,6 @@
},
"outputs": [],
"source": [
"import google.generativeai as genai\n",
"\n",
"from google.colab import userdata\n",
"GOOGLE_API_KEY=userdata.get('GOOGLE_API_KEY')\n",
"\n",
Expand Down

0 comments on commit deea013

Please sign in to comment.