From 5ae738c4febd079cd47aa683ba0545f7c945e6c0 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Sun, 21 Apr 2024 21:53:19 +0200 Subject: [PATCH] docs: on google-genai vs google-vertexai (#20713) Thank you for contributing to LangChain! - [ ] **PR title**: "docs: added a description of differences langchain_google_genai vs langchain_google_vertexai" - [ ] - **Description:** added a description of differences langchain_google_genai vs langchain_google_vertexai --- docs/docs/integrations/platforms/google.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/integrations/platforms/google.mdx b/docs/docs/integrations/platforms/google.mdx index 1f732ce68a..17afe58f11 100644 --- a/docs/docs/integrations/platforms/google.mdx +++ b/docs/docs/integrations/platforms/google.mdx @@ -4,6 +4,9 @@ All functionality related to [Google Cloud Platform](https://cloud.google.com/) ## LLMs +We recommend individual developers to start with Gemini API (`langchain-google-genai`) and move to Vertex AI (`langchain-google-vertexai`) when they need access to commercial support and higher rate limits. If you’re already Cloud-friendly or Cloud-native, then you can get started in Vertex AI straight away. +Please, find more information [here](https://ai.google.dev/gemini-api/docs/migrate-to-cloud). + ### Google Generative AI Access GoogleAI `Gemini` models such as `gemini-pro` and `gemini-pro-vision` through the `GoogleGenerativeAI` class.