mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 09:40:26 +00:00
docs: update stack graphic (#18532)
This commit is contained in:
parent
dd07eddf24
commit
10874d5002
@ -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.
|
||||
|
||||

|
||||
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.
|
||||
|
680
docs/static/svg/langchain_stack.svg
vendored
680
docs/static/svg/langchain_stack.svg
vendored
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
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 |
Loading…
Reference in New Issue
Block a user