Metadata-Version: 2.4
Name: langchain-community-mumu_fix01
Version: 0.4.1
Summary: Community contributed LangChain integrations.
Project-URL: Homepage, https://docs.langchain.com/
Project-URL: Documentation, https://reference.langchain.com/python/langchain_community/
Project-URL: Source, https://github.com/langchain-ai/langchain-community/tree/main/libs/community
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
Requires-Python: <4.0.0,>=3.10.0
Requires-Dist: aiohttp<4.0.0,>=3.8.3
Requires-Dist: httpx-sse<1.0.0,>=0.4.0
Requires-Dist: langchain-classic<2.0.0,>=1.0.0
Requires-Dist: langchain-core<2.0.0,>=1.0.1
Requires-Dist: langsmith<1.0.0,>=0.1.125
Requires-Dist: numpy>=1.26.2; python_version < '3.13'
Requires-Dist: numpy>=2.1.0; python_version >= '3.13'
Requires-Dist: pydantic-settings<3.0.0,>=2.10.1
Requires-Dist: pyyaml<7.0.0,>=5.3.0
Requires-Dist: requests<3.0.0,>=2.32.5
Requires-Dist: sqlalchemy<3.0.0,>=1.4.0
Requires-Dist: tenacity!=8.4.0,<10.0.0,>=8.1.0
Description-Content-Type: text/markdown

# 🦜️🧑‍🤝‍🧑 LangChain Community

[![PyPI - Version](https://img.shields.io/pypi/v/langchain-community?label=%20)](https://pypi.org/project/langchain-community/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-community)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-community)](https://pypistats.org/packages/langchain-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 community library? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-community).

To help you ship LangChain apps to production faster, check out [LangSmith](https://smith.langchain.com).
[LangSmith](https://smith.langchain.com) is a unified developer platform for building, testing, and monitoring LLM applications.

## Quick Install

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

## 🤔 What is this?

LangChain Community contains third-party integrations that implement the base interfaces defined in LangChain Core, making them ready-to-use in any LangChain application.

## 📖 Documentation

For full documentation, see the [API reference](https://reference.langchain.com/python/langchain_community/). For conceptual guides, tutorials, and examples on using LangChain, see the [LangChain Docs](https://docs.langchain.com/oss/python/langchain/overview).

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