diff --git a/README.md b/README.md index a8f6f01684bd..b4ee9c5ed54b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The LangChain libraries themselves are made up of several different packages. - **[`@langchain/core`](https://github.com/langchain-ai/langchainjs/blob/main/langchain-core)**: Base abstractions and LangChain Expression Language. - **[`@langchain/community`](https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community)**: Third party integrations. - **[`langchain`](https://github.com/langchain-ai/langchainjs/blob/main/langchain)**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. -- **[LangGraph.js](https://langchain-ai.github.io/langgraphjs/)**: A library for building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it. +- **[LangGraph.js](https://langchain-ai.github.io/langgraphjs/)**: LangGraph powers production-grade agents, trusted by Linkedin, Uber, Klarna, GitLab, and many more. Build robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it. Integrations may also be split into their own compatible packages. diff --git a/docs/core_docs/docs/introduction.mdx b/docs/core_docs/docs/introduction.mdx index d8a3df68ae83..68a1c8ef09ba 100644 --- a/docs/core_docs/docs/introduction.mdx +++ b/docs/core_docs/docs/introduction.mdx @@ -81,7 +81,7 @@ Trace and evaluate your language model applications and intelligent agents to he ### [🦜🕸️ LangGraph](https://langchain-ai.github.io/langgraphjs/) -Build stateful, multi-actor applications with LLMs, built on top of (and intended to be used with) LangChain primitives. +Build stateful, multi-actor applications with LLMs. Integrates smoothly with LangChain, but can be used without it. LangGraph powers production-grade agents, trusted by Linkedin, Uber, Klarna, GitLab, and many more. ## Additional resources