From 3f18e38801774005d14cf644662b765ef6744ecf Mon Sep 17 00:00:00 2001 From: jessicaou Date: Sat, 14 Sep 2024 15:07:51 -0700 Subject: [PATCH] broken LangGraph docs link (#26438) Update broken langgraph link in the README.md file Co-authored-by: Jess Ou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00483d54bc6fe5..95d4ba764e26a0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ conda install langchain -c conda-forge For these applications, LangChain simplifies the entire application lifecycle: - **Open-source libraries**: Build your applications using LangChain's open-source [building blocks](https://python.langchain.com/v0.2/docs/concepts#langchain-expression-language-lcel), [components](https://python.langchain.com/v0.2/docs/concepts), and [third-party integrations](https://python.langchain.com/v0.2/docs/integrations/platforms/). - Use [LangGraph](/docs/concepts/#langgraph) to build stateful agents with first-class streaming and human-in-the-loop support. + Use [LangGraph](https://langchain-ai.github.io/langgraph/) to build stateful agents with first-class streaming and human-in-the-loop support. - **Productionization**: Inspect, monitor, and evaluate your apps with [LangSmith](https://docs.smith.langchain.com/) so that you can constantly optimize and deploy with confidence. - **Deployment**: Turn your LangGraph applications into production-ready APIs and Assistants with [LangGraph Cloud](https://langchain-ai.github.io/langgraph/cloud/).