Metadata-Version: 2.4
Name: langchain-google-vertexai
Version: 3.2.3
Summary: An integration package connecting Google VertexAI 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_vertexai/
Project-URL: Source, https://github.com/langchain-ai/langchain-google/tree/master/libs/vertexai
Project-URL: Changelog, https://github.com/langchain-ai/langchain-google/releases?q=%22vertexai%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: bottleneck<2.0.0,>=1.4.0
Requires-Dist: google-cloud-aiplatform<2.0.0,>=1.97.0
Requires-Dist: google-cloud-storage<4.0.0,>=2.18.0
Requires-Dist: google-cloud-vectorsearch>=0.2.0
Requires-Dist: httpx-sse<1.0.0,>=0.4.0
Requires-Dist: httpx<1.0.0,>=0.28.0
Requires-Dist: langchain-core<2.0.0,>=1.3.2
Requires-Dist: langchain-tests>=1.1.4
Requires-Dist: numexpr<3.0.0,>=2.8.6
Requires-Dist: pyarrow<24.0.0,>=19.0.1
Requires-Dist: pydantic<3.0.0,>=2.9.0
Requires-Dist: validators<1.0.0,>=0.22.0
Provides-Extra: all
Requires-Dist: google-cloud-vectorsearch; extra == 'all'
Requires-Dist: pytest; extra == 'all'
Requires-Dist: pytest-asyncio; extra == 'all'
Requires-Dist: pytest-mock; extra == 'all'
Requires-Dist: pytest-recording; extra == 'all'
Requires-Dist: pytest-retry; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic<1.0.0,>=0.35.0; extra == 'anthropic'
Provides-Extra: mistral
Requires-Dist: langchain-mistralai<2.0.0,>=0.2.0; extra == 'mistral'
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-asyncio; extra == 'testing'
Requires-Dist: pytest-mock; extra == 'testing'
Requires-Dist: pytest-recording; extra == 'testing'
Requires-Dist: pytest-retry; extra == 'testing'
Provides-Extra: vectorsearch-v2
Requires-Dist: google-cloud-vectorsearch; extra == 'vectorsearch-v2'
Description-Content-Type: text/markdown

# langchain-google-vertexai

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-google-vertexai?label=%20)](https://pypi.org/project/langchain-google-vertexai/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-google-vertexai)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-google-vertexai)](https://pypistats.org/packages/langchain-google-vertexai)
[![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 Cloud generative models via the [Vertex AI Platform](https://cloud.google.com/vertex-ai).

## Quick Install

```bash
pip install langchain-google-vertexai
```

## 📖 Documentation

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

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