https://github.com/langchain-ai/langchain-google
🦜🔗 LangChain interfaces to Google's suite of AI products (Gemini, Vertex)
https://github.com/langchain-ai/langchain-google
ai gemini gemini-api langchain langchain-python llm vertex-ai
Last synced: 5 months ago
JSON representation
🦜🔗 LangChain interfaces to Google's suite of AI products (Gemini, Vertex)
- Host: GitHub
- URL: https://github.com/langchain-ai/langchain-google
- Owner: langchain-ai
- License: mit
- Created: 2024-02-06T18:29:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T02:52:32.000Z (8 months ago)
- Last Synced: 2025-10-06T04:27:20.153Z (8 months ago)
- Topics: ai, gemini, gemini-api, langchain, langchain-python, llm, vertex-ai
- Language: Python
- Homepage: https://docs.langchain.com/oss/python/integrations/providers/google
- Size: 5.86 MB
- Stars: 269
- Watchers: 7
- Forks: 302
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - langchain-ai/langchain-google - (Python)
README
# 🦜️🔗 LangChain Google
This repository centralizes Google integrations for [LangChain](https://github.com/langchain-ai/langchain) projects.
## Packages
- [`langchain-google-genai`](https://pypi.org/project/langchain-google-genai/) implements integrations of Google [Generative AI](https://ai.google.dev/) (Gemini API) models.
- [`langchain-google-vertexai`](https://pypi.org/project/langchain-google-vertexai/) implements integrations of Google Cloud [Generative AI on Vertex AI](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/overview)
- [`langchain-google-community`](https://pypi.org/project/langchain-google-community/) implements integrations for Google products that are not part of the above two packages
See the [Google provider page](https://docs.langchain.com/oss/python/integrations/providers/google) in the LangChain Docs for more details.
## 📖 Documentation
For full documentation, see the [API reference](https://reference.langchain.com/python/integrations/langchain_google/).
For conceptual guides, tutorials, and examples on using these classes, see the [LangChain Google Docs](https://docs.langchain.com/oss/python/integrations/providers/google).
## 📕 Releases & Versioning
See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.
## 💁 Contributing
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
For detailed information on how to contribute, see the [Contributing Guide](https://docs.langchain.com/oss/python/contributing/overview).
For contributing to this specific package, see the [`langchain-google` Contributing Guide](./CONTRIBUTING.md).