Skip to content

Commit b70a84e

Browse files
committed
docs: update README/intro
1 parent 3c53dcd commit b70a84e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The LangChain libraries themselves are made up of several different packages.
4343
- **[`@langchain/core`](https://github.com/langchain-ai/langchainjs/blob/main/langchain-core)**: Base abstractions and LangChain Expression Language.
4444
- **[`@langchain/community`](https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community)**: Third party integrations.
4545
- **[`langchain`](https://github.com/langchain-ai/langchainjs/blob/main/langchain)**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture.
46-
- **[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.
46+
- **[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.
4747

4848
Integrations may also be split into their own compatible packages.
4949

Diff for: docs/core_docs/docs/introduction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Trace and evaluate your language model applications and intelligent agents to he
8181

8282
### [🦜🕸️ LangGraph](https://langchain-ai.github.io/langgraphjs/)
8383

84-
Build stateful, multi-actor applications with LLMs, built on top of (and intended to be used with) LangChain primitives.
84+
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.
8585

8686
## Additional resources
8787

0 commit comments

Comments
 (0)