From 45092a36a2d7c5ff0c89b83278522793bf590ff8 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Fri, 26 Apr 2024 19:18:52 -0700 Subject: [PATCH] docs: Fix langgraph link (#20244) Just a simple PR to fix a broken link. Apparently having backticks outside a link makes it render as code. Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5ffa45e9..afde126488 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For these applications, LangChain simplifies the entire application lifecycle: - **`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`**. - **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. -- **[LangGraph](https://python.langchain.com/docs/langgraph)**: A library for building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. +- **[`LangGraph`](https://python.langchain.com/docs/langgraph)**: A library for building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. ### Productionization: - **[LangSmith](https://python.langchain.com/docs/langsmith)**: A developer platform that lets you debug, test, evaluate, and monitor chains built on any LLM framework and seamlessly integrates with LangChain.