From 194adc485ced95ea3b51e07a49a3a2512e399def Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 17 Sep 2024 13:41:34 -0700 Subject: [PATCH] docs: pypi readme image links (#26590) --- libs/community/README.md | 2 +- libs/core/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/community/README.md b/libs/community/README.md index 366fcb789da..f4846844ba0 100644 --- a/libs/community/README.md +++ b/libs/community/README.md @@ -15,7 +15,7 @@ LangChain Community contains third-party integrations that implement the base in For full documentation see the [API reference](https://api.python.langchain.com/en/stable/community_api_reference.html). -![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](../../docs/static/svg/langchain_stack_062024.svg "LangChain Framework Overview") +![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](https://raw.githubusercontent.com/langchain-ai/langchain/e1d113ea84a2edcf4a7709fc5be0e972ea74a5d9/docs/static/svg/langchain_stack_062024.svg "LangChain Framework Overview") ## 📕 Releases & Versioning diff --git a/libs/core/README.md b/libs/core/README.md index 6ab005b4f50..51632b9c810 100644 --- a/libs/core/README.md +++ b/libs/core/README.md @@ -53,7 +53,7 @@ LangChain Core compiles LCEL sequences to an _optimized execution plan_, with au For more check out the [LCEL docs](https://python.langchain.com/docs/expression_language/). -![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](../../docs/static/svg/langchain_stack_062024.svg "LangChain Framework Overview") +![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](https://raw.githubusercontent.com/langchain-ai/langchain/e1d113ea84a2edcf4a7709fc5be0e972ea74a5d9/docs/static/svg/langchain_stack_062024.svg "LangChain Framework Overview") For more advanced use cases, also check out [LangGraph](https://github.com/langchain-ai/langgraph), which is a graph-based runner for cyclic and recursive LLM workflows.