mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
Merge branch 'master' into bagatur/v0.3/preview_api_ref
This commit is contained in:
@@ -49,7 +49,7 @@ For these applications, LangChain simplifies the entire application lifecycle:
|
|||||||
- **`langchain-community`**: Third party integrations.
|
- **`langchain-community`**: Third party integrations.
|
||||||
- Some integrations have been further split into **partner packages** that only rely on **`langchain-core`**. Examples include **`langchain_openai`** and **`langchain_anthropic`**.
|
- Some integrations have been further split into **partner packages** that only rely on **`langchain-core`**. Examples include **`langchain_openai`** and **`langchain_anthropic`**.
|
||||||
- **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture.
|
- **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture.
|
||||||
- **[`LangGraph`](https://langchain-ai.github.io/langgraph/)**: 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`](https://langchain-ai.github.io/langgraph/)**: 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. To learn more about LangGraph, check out our first LangChain Academy course, *Introduction to LangGraph*, available [here](https://academy.langchain.com/courses/intro-to-langgraph).
|
||||||
|
|
||||||
### Productionization:
|
### Productionization:
|
||||||
|
|
||||||
|
@@ -55,7 +55,7 @@ These are the best ones to get started with:
|
|||||||
- [Build an Agent](/docs/tutorials/agents)
|
- [Build an Agent](/docs/tutorials/agents)
|
||||||
- [Introduction to LangGraph](https://langchain-ai.github.io/langgraph/tutorials/introduction/)
|
- [Introduction to LangGraph](https://langchain-ai.github.io/langgraph/tutorials/introduction/)
|
||||||
|
|
||||||
Explore the full list of LangChain tutorials [here](/docs/tutorials), and check out other [LangGraph tutorials here](https://langchain-ai.github.io/langgraph/tutorials/).
|
Explore the full list of LangChain tutorials [here](/docs/tutorials), and check out other [LangGraph tutorials here](https://langchain-ai.github.io/langgraph/tutorials/). To learn more about LangGraph, check out our first LangChain Academy course, *Introduction to LangGraph*, available [here](https://academy.langchain.com/courses/intro-to-langgraph).
|
||||||
|
|
||||||
|
|
||||||
## [How-to guides](/docs/how_to)
|
## [How-to guides](/docs/how_to)
|
||||||
|
Reference in New Issue
Block a user