diff --git a/README.md b/README.md index c3da88ec4..bcf12c565 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [Apache Beam](https://beam.apache.org/). The public interface draws inspiration from [NetworkX](https://networkx.org/documentation/latest/). LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain. +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). + ### Key Features - **Cycles and Branching**: Implement loops and conditionals in your apps. diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index c3da88ec4..bcf12c565 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -16,6 +16,8 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [Apache Beam](https://beam.apache.org/). The public interface draws inspiration from [NetworkX](https://networkx.org/documentation/latest/). LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain. +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). + ### Key Features - **Cycles and Branching**: Implement loops and conditionals in your apps.