Skip to content

Commit

Permalink
docs: update stack graphic (#18532)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Mar 4, 2024
1 parent dd07edd commit 10874d5
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 480 deletions.
11 changes: 10 additions & 1 deletion docs/docs/get_started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ This framework consists of several parts.
- **[LangServe](/docs/langserve)**: A library for deploying LangChain chains as a REST API.
- **[LangSmith](/docs/langsmith)**: A developer platform that lets you debug, test, evaluate, and monitor chains built on any LLM framework and seamlessly integrates with LangChain.

![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](/svg/langchain_stack.svg "LangChain Framework Overview")
import ThemedImage from '@theme/ThemedImage';

<ThemedImage
alt="Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers."
sources={{
light: '/svg/langchain_stack.svg',
dark: '/svg/langchain_stack_dark.svg',
}}
title="LangChain Framework Overview"
/>

Together, these products simplify the entire application lifecycle:
- **Develop**: Write your applications in LangChain/LangChain.js. Hit the ground running using Templates for reference.
Expand Down

0 comments on commit 10874d5

Please sign in to comment.