An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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).