mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
update stack diagram (#13213)
This commit is contained in:
parent
9c7afa8adb
commit
937d7c41f3
@ -10,9 +10,9 @@ sidebar_position: 0
|
||||
|
||||
This framework consists of several parts.
|
||||
- **LangChain Libraries**: The Python and JavaScript libraries. Contains interfaces and integrations for a myriad of components, a basic run time for combining these components into chains and agents, and off-the-shelf implementations of chains and agents.
|
||||
- **[LangChain Templates](https://github.com/langchain-ai/langchain/tree/master/templates)**: A collection of easily deployable reference architectures for a wide variety of tasks.
|
||||
- **[LangServe](https://github.com/langchain-ai/langserve)**: A library for deploying LangChain chains as a REST API.
|
||||
- **[LangSmith](https://smith.langchain.com/)**: A developer platform that lets you debug, test, evaluate, and monitor chains built on any LLM framework and seamlessly integrates with LangChain.
|
||||
- **[LangChain Templates](/docs/templates)**: A collection of easily deployable reference architectures for a wide variety of tasks.
|
||||
- **[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.
|
||||
|
||||

|
||||
|
||||
|
@ -593,7 +593,7 @@
|
||||
"id": "a4a7d783-4ddf-42e7-b143-8050891663c2",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## [LangSmith](https://smith.langchain.com)\n",
|
||||
"## [LangSmith](/docs/langsmith)\n",
|
||||
"\n",
|
||||
"All `ChatModel`s come with built-in LangSmith tracing. Just set the following environment variables:\n",
|
||||
"```bash\n",
|
||||
|
@ -459,7 +459,7 @@
|
||||
"id": "09108687-ed15-468b-9ac5-674e75785199",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## [LangSmith](https://smith.langchain.com)\n",
|
||||
"## [LangSmith](/docs/langsmith)\n",
|
||||
"\n",
|
||||
"All `LLM`s come with built-in LangSmith tracing. Just set the following environment variables:\n",
|
||||
"```bash\n",
|
||||
|
BIN
docs/static/img/langchain_stack.png
vendored
BIN
docs/static/img/langchain_stack.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 4.0 MiB |
Loading…
Reference in New Issue
Block a user