diff --git a/README.md b/README.md index 27448baea9a..20cafbf1f10 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Use [LangGraph](/docs/concepts/#langgraph) to build stateful agents with first-c ### Deployment: - **[LangGraph Cloud](https://langchain-ai.github.io/langgraph/cloud/)**: Turn your LangGraph applications into production-ready APIs and Assistants. -![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](docs/static/svg/langchain_stack_june_2024.svg "LangChain Architecture Overview") +![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](docs/static/svg/langchain_stack_062024.svg "LangChain Architecture Overview") ## 🧱 What can you build with LangChain? diff --git a/docs/docs/concepts.mdx b/docs/docs/concepts.mdx index 7ac189fe454..5206b5efdaf 100644 --- a/docs/docs/concepts.mdx +++ b/docs/docs/concepts.mdx @@ -51,8 +51,8 @@ A developer platform that lets you debug, test, evaluate, and monitor LLM applic diff --git a/docs/docs/introduction.mdx b/docs/docs/introduction.mdx index 0b143fcb8ff..2e826cd3b4a 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -19,8 +19,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; diff --git a/docs/static/svg/langchain_stack_june_2024.svg b/docs/static/svg/langchain_stack_062024.svg similarity index 99% rename from docs/static/svg/langchain_stack_june_2024.svg rename to docs/static/svg/langchain_stack_062024.svg index 84b7181f464..f7b01d3e7cb 100644 --- a/docs/static/svg/langchain_stack_june_2024.svg +++ b/docs/static/svg/langchain_stack_062024.svg @@ -3,30 +3,30 @@ - + - - + + - - + + - - + + - - + + - - + + @@ -37,11 +37,4 @@ - - - - - - - diff --git a/docs/static/svg/langchain_stack_june_2024_dark.svg b/docs/static/svg/langchain_stack_062024_dark.svg similarity index 99% rename from docs/static/svg/langchain_stack_june_2024_dark.svg rename to docs/static/svg/langchain_stack_062024_dark.svg index f9249bf80c7..0571dc3b857 100644 --- a/docs/static/svg/langchain_stack_june_2024_dark.svg +++ b/docs/static/svg/langchain_stack_062024_dark.svg @@ -3,30 +3,30 @@ - + - - + + - - + + - - + + - - + + - + @@ -38,10 +38,10 @@ - + - + diff --git a/libs/community/README.md b/libs/community/README.md index 1087c6d5efd..366fcb789da 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_june_2024.svg "LangChain Framework Overview") +![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") ## 📕 Releases & Versioning diff --git a/libs/core/README.md b/libs/core/README.md index 129f6536d51..6ab005b4f50 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_june_2024.svg "LangChain Framework Overview") +![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") 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.