langchain-community0.4.1
Published
Community contributed LangChain integrations.
pip install langchain-community
Package Downloads
Authors
Project URLs
Requires Python
<4.0.0,>=3.10.0
Dependencies
- langchain-core
<2.0.0,>=1.0.1 - langchain-classic
<2.0.0,>=1.0.0 - SQLAlchemy
<3.0.0,>=1.4.0 - requests
<3.0.0,>=2.32.5 - PyYAML
<7.0.0,>=5.3.0 - aiohttp
<4.0.0,>=3.8.3 - tenacity
!=8.4.0,<10.0.0,>=8.1.0 - dataclasses-json
<0.7.0,>=0.6.7 - pydantic-settings
<3.0.0,>=2.10.1 - langsmith
<1.0.0,>=0.1.125 - httpx-sse
<1.0.0,>=0.4.0 - numpy
>=1.26.2; python_version < "3.13" - numpy
>=2.1.0; python_version >= "3.13"
🦜️🧑🤝 🧑 LangChain Community
Quick Install
pip install langchain-community
What is it?
LangChain Community contains third-party integrations that implement the base interfaces defined in LangChain Core, making them ready-to-use in any LangChain application.
For full documentation see the API reference.
📕 Releases & Versioning
langchain-community is currently on version 0.0.x
All changes will be accompanied by a patch version increase.
💁 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.
[!NOTE] Contributing a new integration? LangChain has published a guide on implementing new
langchain-*integration packages and is recommending this in most cases to help decouple versioning and support varied testing infrastructures. See docs for details.