Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: integrations google packages #28840

Merged
merged 18 commits into from
Dec 20, 2024
Merged
6 changes: 6 additions & 0 deletions docs/docs/integrations/providers/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All functionality related to [Google Cloud Platform](https://cloud.google.com/) and other `Google` products.

Integration packages for Gemini models and the VertexAI platform are maintained in
the [langchain-google](https://github.com/langchain-ai/langchain-google) repository.
You can find a host of LangChain integrations with other Google APIs in the
[googleapis](https://github.com/googleapis?q=langchain-&type=all&language=&sort=)
Github organization.

## Chat models

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.
Expand Down
Loading