langchain-community0.3.23
langchain-community0.3.23
Published
Community contributed LangChain integrations.
pip install langchain-community
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- langchain-core
<1.0.0,>=0.3.56
- langchain
<1.0.0,>=0.3.24
- SQLAlchemy
<3,>=1.4
- requests
<3,>=2
- PyYAML
>=5.3
- aiohttp
<4.0.0,>=3.8.3
- tenacity
!=8.4.0,<10,>=8.1.0
- dataclasses-json
<0.7,>=0.5.7
- pydantic-settings
<3.0.0,>=2.4.0
- langsmith
<0.4,>=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.