langchain-community0.3.7
langchain-community0.3.7
Published
Community contributed LangChain integrations.
pip install langchain-community
Package Downloads
Authors
Project URLs
Requires Python
<4.0,>=3.9
Dependencies
- PyYAML
>=5.3
- SQLAlchemy
<2.0.36,>=1.4
- aiohttp
<4.0.0,>=3.8.3
- dataclasses-json
<0.7,>=0.5.7
- httpx-sse
<0.5.0,>=0.4.0
- langchain
<0.4.0,>=0.3.7
- langchain-core
<0.4.0,>=0.3.17
- langsmith
<0.2.0,>=0.1.125
- numpy
<2,>=1; python_version < "3.12"
- numpy
<2.0.0,>=1.26.0; python_version >= "3.12"
- pydantic-settings
<3.0.0,>=2.4.0
- requests
<3,>=2
- tenacity
!=8.4.0,<10,>=8.1.0
🦜️🧑🤝🧑 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.