Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

update stack diagram #13213

Merged
merged 4 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading