docs: update stack graphic (#18532)

This commit is contained in:
Erick Friis 2024-03-04 15:07:28 -08:00 committed by GitHub
parent dd07eddf24
commit 10874d5002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 464 additions and 482 deletions

View File

@ -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.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 531 KiB

After

Width:  |  Height:  |  Size: 486 KiB

255
docs/static/svg/langchain_stack_dark.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 486 KiB