diff --git a/docs/docs/integrations/chat/google_generative_ai.ipynb b/docs/docs/integrations/chat/google_generative_ai.ipynb index d69a2dfbf2bcf..8f16d4d824fde 100644 --- a/docs/docs/integrations/chat/google_generative_ai.ipynb +++ b/docs/docs/integrations/chat/google_generative_ai.ipynb @@ -7,6 +7,7 @@ "source": [ "---\n", "sidebar_label: Google AI\n", + "keywords: [gemini, ChatGoogleGenerativeAI, gemini-pro]\n", "---" ] }, @@ -316,7 +317,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.11.4" } }, "nbformat": 4, diff --git a/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb b/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb index b22691b5bf1ca..32ce8ec3f1166 100644 --- a/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb +++ b/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb @@ -6,6 +6,7 @@ "source": [ "---\n", "sidebar_label: Google Cloud Vertex AI\n", + "keywords: [gemini, vertex, ChatVertexAI, gemini-pro]\n", "---" ] }, diff --git a/docs/docs/integrations/llms/google_ai.ipynb b/docs/docs/integrations/llms/google_ai.ipynb index 39f211b686e34..de227996bdc25 100644 --- a/docs/docs/integrations/llms/google_ai.ipynb +++ b/docs/docs/integrations/llms/google_ai.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "raw", + "id": "675d11f1", + "metadata": {}, + "source": [ + "---\n", + "keywords: [gemini, GoogleGenerativeAI, gemini-pro]\n", + "---" + ] + }, { "cell_type": "markdown", "id": "7aZWXpbf0Eph", diff --git a/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb b/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb index 0d1b4eb9b2045..40b64f43c49aa 100644 --- a/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb +++ b/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "---\n", + "keywords: [gemini, vertex, VertexAI, gemini-pro]\n", + "---" + ] + }, { "cell_type": "markdown", "metadata": { @@ -605,8 +614,14 @@ } ], "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, "language_info": { - "name": "python" + "name": "python", + "version": "3.11.4" } }, "nbformat": 4,