Skip to content

Commit

Permalink
docs: Fix typo (#7125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 31, 2024
1 parent 81c865a commit 73c538a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/core_docs/docs/concepts/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Key integration packages are separated out (see above).
This contains integrations for various components (chat models, vector stores, tools, etc).
All dependencies in this package are optional to keep the package as lightweight as possible.

## @langchian/langgraph
## @langchain/langgraph

`@langchian/langgraph` is an extension of `langchain` aimed at building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph.
`@langchain/langgraph` is an orchestration framework aimed at building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph.

LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for composing custom flows.

:::info[Further reading]
:::info [Further reading]

- See our LangGraph overview [here](https://langchain-ai.github.io/langgraphjs/concepts/high_level/#core-principles).
- See our LangGraph Academy Course [here](https://academy.langchain.com/courses/intro-to-langgraph).
Expand Down
2 changes: 1 addition & 1 deletion docs/core_docs/src/theme/RedirectAnchors.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function RedirectAnchors() {
"#langchain": "/docs/concepts/architecture/#langchain",
"#langchaincommunity": "/docs/concepts/architecture/#langchaincommunity",
"#partner-packages": "/docs/concepts/architecture/#integration-packages",
"#langgraph": "/docs/concepts/architecture/#langchianlanggraph",
"#langgraph": "/docs/concepts/architecture/#langchainlanggraph",
"#langsmith": "/docs/concepts/architecture/#langsmith",
"#langchain-expression-language-lcel": "/docs/concepts/lcel",
"#langchain-expression-language": "/docs/concepts/lcel",
Expand Down

0 comments on commit 73c538a

Please sign in to comment.