diff --git a/README.md b/README.md index ee4f1018ed27f..f3e64b60cdb7f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Please see [here](https://python.langchain.com) for full documentation, which in - [πŸ¦œπŸ› οΈ LangSmith](https://docs.smith.langchain.com/): Trace and evaluate your language model applications and intelligent agents to help you move from prototype to production. - [πŸ¦œπŸ•ΈοΈ LangGraph](https://langchain-ai.github.io/langgraph/): Create stateful, multi-actor applications with LLMs. Integrates smoothly with LangChain, but can be used without it. -- [πŸ¦œπŸ“ LangServe](https://python.langchain.com/docs/langserve): Deploy LangChain runnables and chains as REST APIs. +- [πŸ¦œπŸ•ΈοΈ LangGraph Platform](https://langchain-ai.github.io/langgraph/concepts/#langgraph-platform): Deploy LLM applications built with LangGraph into production. ## πŸ’ Contributing diff --git a/docs/docs/introduction.mdx b/docs/docs/introduction.mdx index 68d7aaa41868d..b3edcfbd15dff 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -33,7 +33,7 @@ Concretely, the framework consists of the following open-source libraries: - **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. - **`langchain-community`**: Third-party integrations that are community maintained. - **[LangGraph](https://langchain-ai.github.io/langgraph)**: 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. -- **[LangServe](/docs/langserve)**: Deploy LangChain chains as REST APIs. +- **[LangGraphPlatform](https://langchain-ai.github.io/langgraph/concepts/#langgraph-platform)**: Deploy LLM applications built with LangGraph to production. - **[LangSmith](https://docs.smith.langchain.com)**: A developer platform that lets you debug, test, evaluate, and monitor LLM applications.