Skip to content

Commit dbbd7d9

Browse files
committed
add links
1 parent 668221c commit dbbd7d9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

notebooks/vertexai-gemini-examples.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"As a prerequisite, you need to have a Google Cloud Project set up that has access to Gemini. Following that, you'll only need to authenticate yourself in this Colab.\n",
3030
"\n",
31-
"First thing first we need to install our dependencies.\n"
31+
"First thing first we need to install our dependencies including [Google Gen AI](https://haystack.deepset.ai/integrations/google-genai) integration:\n"
3232
]
3333
},
3434
{
@@ -106,7 +106,7 @@
106106
"source": [
107107
"### Answer Questions\n",
108108
"\n",
109-
"Now that we setup everything we can create an instance of our `GoogleGenAIChatGenerator`. This component supports both Gemini and Vertex AI. For this demo, we will set `api=\"vertex\"`, and pass our project_id as vertex_ai_project."
109+
"Now that we setup everything we can create an instance of our [`GoogleGenAIChatGenerator`](https://docs.haystack.deepset.ai/docs/googlegenaichatgenerator). This component supports both Gemini and Vertex AI. For this demo, we will set `api=\"vertex\"`, and pass our project_id as vertex_ai_project."
110110
]
111111
},
112112
{
@@ -346,11 +346,13 @@
346346
"id": "xk2SAGT_l25K"
347347
},
348348
"source": [
349-
"Now you've seen some of what Gemini can do, as well as how to integrate it with Haystack. If you want to learn more:\n",
350-
"- check out the Haystack [docs](https://docs.haystack.deepset.ai/docs) or [tutorials](https://haystack.deepset.ai/tutorials)\n",
351-
"- Try out the [Gemini quickstart colab from Google](https://colab.research.google.com/github/google/generative-ai-docs/blob/main/site/en/tutorials/python_quickstart.ipynb#scrollTo=IqFXdgDFRvlU)\n",
352-
"- Participate in the [Advent of Haystack](https://haystack.deepset.ai/advent-of-haystack)"
349+
"Now you've seen some of what Gemini can do, as well as how to integrate it with Haystack. If you want to learn more, check out the Haystack [docs](https://docs.haystack.deepset.ai/docs) or [tutorials](https://haystack.deepset.ai/tutorials)"
353350
]
351+
},
352+
{
353+
"cell_type": "markdown",
354+
"metadata": {},
355+
"source": []
354356
}
355357
],
356358
"metadata": {

0 commit comments

Comments
 (0)