From 8890ef1f472bc9bcfbfefc577e2fd8d2a3583024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilge=20Y=C3=BCcel?= Date: Mon, 25 Dec 2023 20:07:04 +0300 Subject: [PATCH] Update index.md (#272) --- .../blog/gemini-models-with-google-vertex-for-haystack/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/gemini-models-with-google-vertex-for-haystack/index.md b/content/blog/gemini-models-with-google-vertex-for-haystack/index.md index 08ac93f1..35dcaa40 100644 --- a/content/blog/gemini-models-with-google-vertex-for-haystack/index.md +++ b/content/blog/gemini-models-with-google-vertex-for-haystack/index.md @@ -16,7 +16,7 @@ tags: ["RAG", "Haystack 2.0", "LLM"] --- -In this article, we will introduce you to the new [Google Vertex AI Integration](https://www.notion.so/Gemini-Models-with-Google-Vertex-AI-Integration-for-Haystack-999b15eaee3b4ba4bca25519c95c62f0?pvs=21) for Haystack 2.0-Beta. While this integration introduces several new components to the Haystack eco-system (feel free to explore the full integration repo!), we’d like to start by showcasing two components in particular: the `GeminiGenerator` and the `GeminiChatGenerator`, using the `gemini-pro` and `gemini-pro-vision` models. +In this article, we will introduce you to the new Google Vertex AI Integration for Haystack 2.0-Beta. While this integration introduces several new components to the Haystack eco-system (feel free to explore the full integration repo!), we’d like to start by showcasing two components in particular: the `GeminiGenerator` and the `GeminiChatGenerator`, using the `gemini-pro` and `gemini-pro-vision` models. > 💚 _You can run the example code showcased in this article in the accompanying_ _[Colab Notebook](https://colab.research.google.com/drive/10SdXvH2ATSzqzA3OOmTM8KzD5ZdH_Q6Z?usp=sharing)_