From c24c871d8819b0814da0bb0fde93f38685218752 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:17:45 -0700 Subject: [PATCH] docs: update readme diagram (#18929) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65985434439..8fb1923a31a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The LangChain libraries themselves are made up of several different packages. - **[`langchain-community`](libs/community)**: Third party integrations. - **[`langchain`](libs/langchain)**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. -![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](docs/static/img/langchain_stack.png "LangChain Architecture Overview") +![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](docs/static/svg/langchain_stack.svg "LangChain Architecture Overview") ## 🧱 What can you build with LangChain? **❓ Retrieval augmented generation**