Metadata-Version: 2.4
Name: langchain-google-community
Version: 3.0.2
Summary: An integration package connecting miscellaneous Google's products and LangChain
Project-URL: Homepage, https://docs.langchain.com/oss/python/integrations/providers/google
Project-URL: Documentation, https://reference.langchain.com/python/integrations/langchain_google_community/
Project-URL: Source, https://github.com/langchain-ai/langchain-google/tree/master/libs/community
Project-URL: Changelog, https://github.com/langchain-ai/langchain-google/releases?q=%22community%22
Project-URL: Twitter, https://x.com/LangChainAI
Project-URL: Slack, https://www.langchain.com/join-community
Project-URL: Reddit, https://www.reddit.com/r/LangChain/
License: MIT
License-File: LICENSE
Requires-Python: <4.0.0,>=3.10.0
Requires-Dist: google-api-core<3.0.0,>=2.25.0
Requires-Dist: google-api-python-client<3.0.0,>=2.161.0
Requires-Dist: google-cloud-core<3.0.0,>=2.4.3
Requires-Dist: google-cloud-modelarmor<1.0.0,>=0.2.8
Requires-Dist: grpcio<2.0.0,>=1.74.0
Requires-Dist: langchain-community<2.0.0,>=0.4.0
Requires-Dist: langchain-core<2.0.0,>=1.0.0
Provides-Extra: calendar
Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.0; extra == 'calendar'
Requires-Dist: google-auth<3.0.0,>=2.36.0; extra == 'calendar'
Provides-Extra: docai
Requires-Dist: gapic-google-longrunning<1.0.0,>=0.11.2; extra == 'docai'
Requires-Dist: google-cloud-contentwarehouse<1.0.0,>=0.7.7; extra == 'docai'
Requires-Dist: google-cloud-documentai<3.0.0,>=2.26.0; extra == 'docai'
Provides-Extra: drive
Requires-Dist: google-auth-httplib2<1.0.0,>=0.2.0; extra == 'drive'
Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.0; extra == 'drive'
Provides-Extra: featurestore
Requires-Dist: db-dtypes<2.0.0,>=1.2.0; extra == 'featurestore'
Requires-Dist: google-cloud-aiplatform<2.0.0,>=1.56.0; extra == 'featurestore'
Requires-Dist: google-cloud-bigquery-storage<3.0.0,>=2.6.0; extra == 'featurestore'
Requires-Dist: pandas<3.0.0,>=2.0.0; (python_version >= '3.12') and extra == 'featurestore'
Requires-Dist: pandas>=1.0.0; (python_version < '3.12') and extra == 'featurestore'
Requires-Dist: pyarrow>=6.0.1; extra == 'featurestore'
Requires-Dist: pydantic<3.0.0,>=2.7.4; extra == 'featurestore'
Provides-Extra: gcs
Requires-Dist: google-cloud-storage<4.0.0,>=2.16.0; extra == 'gcs'
Provides-Extra: gmail
Requires-Dist: beautifulsoup4<5.0.0,>=4.12.3; extra == 'gmail'
Requires-Dist: google-auth-httplib2<1.0.0,>=0.2.0; extra == 'gmail'
Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.0; extra == 'gmail'
Provides-Extra: places
Requires-Dist: googlemaps<5.0.0,>=4.10.0; extra == 'places'
Provides-Extra: speech
Requires-Dist: google-cloud-speech<3.0.0,>=2.26.0; extra == 'speech'
Provides-Extra: texttospeech
Requires-Dist: google-cloud-texttospeech<3.0.0,>=2.16.3; extra == 'texttospeech'
Provides-Extra: translate
Requires-Dist: google-cloud-translate<4.0.0,>=3.15.3; extra == 'translate'
Provides-Extra: vertexaisearch
Requires-Dist: google-cloud-discoveryengine<1.0.0,>=0.11.14; extra == 'vertexaisearch'
Provides-Extra: vision
Requires-Dist: google-cloud-vision<4.0.0,>=3.7.2; extra == 'vision'
Description-Content-Type: text/markdown

# langchain-google-community

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-google-community?label=%20)](https://pypi.org/project/langchain-google-community/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-google-community)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-google-community)](https://pypistats.org/packages/langchain-google-community)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai)

Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).

This package contains the LangChain integrations for Google products that are not part of `langchain-google-vertexai` or `langchain-google-genai` packages.

## Quick Install

```bash
pip install langchain-google-community
```

## 📖 Documentation

For full documentation, see the [API reference](https://reference.langchain.com/python/integrations/langchain_google_community/). For conceptual guides, tutorials, and examples on using these classes, see the [LangChain Docs](https://docs.langchain.com/oss/python/integrations/providers/google).

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