Skip to content

Commit

Permalink
adding langchain academy link (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaou authored Sep 10, 2024
1 parent ed0f55a commit acd8325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions libs/langgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit acd8325

Please sign in to comment.