Integrations are a core component of LangChain.
LangChain provides standard interfaces for several different components (language models, vector stores, etc.) that are crucial when building LLM applications.
Discoverability: LangChain is the most used framework for building LLM applications, with over 20 million monthly downloads. LangChain integrations are discoverable by a large community of GenAI builders.
Interoperability: LangChain components expose a standard interface, allowing developers to easily swap them for each other. If you implement a LangChain integration, any developer using a different component can swap yours in.
Best Practices: Through their standard interface, LangChain components encourage and facilitate best practices (streaming, async, etc.).
With over 20 million monthly downloads, LangChain has a large audience of developers building LLM applications. Beyond listing integrations, we highlight high-quality, educational examples that inspire developers and advance the ecosystem.While we occasionally share integrations, we prioritize content that provides
meaningful insights and best practices. Our main social channels are Twitter and
LinkedIn, where we highlight the best examples.Here are some heuristics for types of content we are excited to promote:
Educational content: Blogs, YouTube videos and other media showcasing educational content. Note that we prefer content that is not framed as “here’s how to use integration XYZ”, but rather “here’s how to do ABC”, as we find that is more educational and helpful for developers.
End-to-end applications: End-to-end applications are great resources for developers looking to build. We prefer to highlight applications that are more complex or agentic in nature, and that use LangGraph as the orchestration framework. We get particularly excited about anything involving long-term memory, human-in-the-loop interaction patterns, or multi-agent architectures.
Research: We also highlight novel research, whether it’s built on top of LangChain or that integrates with it.