diff --git a/docs/docs/integrations/chat/google_generative_ai.ipynb b/docs/docs/integrations/chat/google_generative_ai.ipynb index 67e3812a8ed63..d69a2dfbf2bcf 100644 --- a/docs/docs/integrations/chat/google_generative_ai.ipynb +++ b/docs/docs/integrations/chat/google_generative_ai.ipynb @@ -6,7 +6,7 @@ "metadata": {}, "source": [ "---\n", - "sidebar_label: Google Generative AI\n", + "sidebar_label: Google AI\n", "---" ] }, @@ -15,9 +15,9 @@ "id": "bb9e152f-a1dc-45df-a50c-60a8d7ecdf69", "metadata": {}, "source": [ - "# ChatGoogleGenerativeAI\n", + "# Google AI chat models\n", "\n", - "Access Google's `gemini` and `gemini-vision` models, as well as other generative models through `ChatGoogleGenerativeAI` class in the [langchain-google-genai](https://pypi.org/project/langchain-google-genai/) integration package." + "Access Google AI's `gemini` and `gemini-vision` models, as well as other generative models through `ChatGoogleGenerativeAI` class in the [langchain-google-genai](https://pypi.org/project/langchain-google-genai/) integration package." ] }, { diff --git a/docs/docs/integrations/platforms/google.mdx b/docs/docs/integrations/platforms/google.mdx index 18cc7945749b6..03a8b4a10fb74 100644 --- a/docs/docs/integrations/platforms/google.mdx +++ b/docs/docs/integrations/platforms/google.mdx @@ -4,9 +4,9 @@ All functionality related to [Google Cloud Platform](https://cloud.google.com/) ## Chat models -### ChatGoogleGenerativeAI +### Google AI -Access `Gemini` models such as `gemini-pro` and `gemini-pro-vision` through the `ChatGoogleGenerativeAI` class. +Access GoogleAI `Gemini` models such as `gemini-pro` and `gemini-pro-vision` through the `ChatGoogleGenerativeAI` class. ```bash pip install -U langchain-google-genai