Skip to content

Commit

Permalink
update stack diagram (#13213)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Nov 11, 2023
1 parent 9c7afa8 commit 937d7c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docs/get_started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![LangChain Diagram](/img/langchain_stack.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/modules/model_io/chat/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/modules/model_io/llms/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified docs/static/img/langchain_stack.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 937d7c4

Please sign in to comment.