You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/langsmith/components.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebarTitle: Overview
4
4
mode: wide
5
5
---
6
6
7
-
When running the self-hosted [LangSmith with deployment](/langsmith/deploy-self-hosted-full-platform), your installation includes several key components. Together these tools and services provide a complete solution for building, deploying, and managing graphs (including agentic applications) in your own infrastructure:
7
+
When running self-hosted [LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform), your installation includes several key components. Together these tools and services provide a complete solution for building, deploying, and managing graphs (including agentic applications) in your own infrastructure:
Copy file name to clipboardExpand all lines: src/langsmith/deploy-self-hosted-full-platform.mdx
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
1
---
2
-
title: Self-host LangSmith with deployment
3
-
sidebarTitle: With deployment
2
+
title: Enable LangSmith Deployment
3
+
sidebarTitle: Enable deployment
4
4
icon: "server"
5
5
---
6
6
7
-
This guide shows you how to enable **deployment management** on your self-hosted LangSmith instance. This adds a [control plane](/langsmith/control-plane) and [data plane](/langsmith/data-plane) that let you deploy, scale, and manage agents and applications directly through the LangSmith UI.
7
+
This guide shows you how to enable **LangSmith Deployment** on your [self-hosted LangSmith instance](/langsmith/kubernetes). This adds a [control plane](/langsmith/control-plane) and [data plane](/langsmith/data-plane) that let you deploy, scale, and manage agents and applications directly through the LangSmith UI.
8
8
9
-
<Info>**Important**<br></br> Self-hosting LangSmith with deployment requires an [Enterprise](https://langchain.com/pricing) plan. </Info>
9
+
After completing this guide, you'll have access to LangSmith [Observability](/langsmith/observability), [Evaluation](/langsmith/evaluation), and [Deployment](/langsmith/deployments).
10
+
11
+
<Info>**Important**<br></br> Enabling LangSmith Deployment requires an [Enterprise](https://langchain.com/pricing) plan. </Info>
10
12
11
13
<Note>
12
-
**This setup page is for adding [deployment](/langsmith/deployments)capabilities to an existing LangSmith instance.**
14
+
**This setup page is for enabling [LangSmith Deployment](/langsmith/deployments)on an existing LangSmith instance.**
13
15
14
16
Review the [self-hosted options](/langsmith/self-hosted) to understand:
15
17
-[LangSmith (observability)](/langsmith/self-hosted#langsmith): What you should install first.
16
-
-[LangSmith with deployment](/langsmith/self-hosted#langsmith-with-deployment): What this guide enables.
18
+
-[LangSmith Deployment](/langsmith/self-hosted#langsmith-deployment): What this guide enables.
17
19
-[Standalone Server](/langsmith/self-hosted#standalone-server): Lightweight alternative without the UI.
18
20
</Note>
19
21
20
22
## Overview
21
23
22
-
This guide builds on top of the [Kubernetes installation guide](/langsmith/kubernetes). **You must complete that guide first** before continuing. This page covers the additional setup steps required to enable deployment functionality:
24
+
This guide builds on top of the [Kubernetes installation guide](/langsmith/kubernetes). **You must complete that guide first** before continuing. This page covers the additional setup steps required to enable LangSmith Deployment:
Copy file name to clipboardExpand all lines: src/langsmith/deploy-standalone-server.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This guide shows you how to deploy **standalone <Tooltip tip="The server that ru
11
11
12
12
This deployment option provides flexibility but requires you to manage your own infrastructure and configuration. Each environment can vary significantly and, as a result, troubleshooting configuration issues may be challenging.
13
13
14
-
For production workloads, we recommend [LangSmith with deployment](/langsmith/self-hosted#langsmith-with-deployment), which offers standardized deployment patterns and more comprehensive support options.
14
+
For production workloads, we recommend [LangSmith Deployment](/langsmith/self-hosted#langsmith-deployment), which offers standardized deployment patterns and more comprehensive support options.
15
15
</Warning>
16
16
17
17
<Note>
@@ -20,7 +20,7 @@ For production workloads, we recommend [LangSmith with deployment](/langsmith/se
20
20
Review the [self-hosted options](/langsmith/self-hosted) to understand:
21
21
-[Standalone Server](/langsmith/self-hosted#standalone-server): What this guide covers (no UI, just servers).
22
22
-[LangSmith](/langsmith/self-hosted#langsmith): For the full LangSmith platform with UI.
23
-
-[LangSmith with deployment](/langsmith/self-hosted#langsmith-with-deployment): For UI-based deployment management.
23
+
-[LangSmith Deployment](/langsmith/self-hosted#langsmith-deployment): For UI-based deployment management.
24
24
25
25
Before continuing, review the [standalone server overview](/langsmith/self-hosted#standalone-server).
Copy file name to clipboardExpand all lines: src/langsmith/deploy-with-control-plane.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This guide shows you how to deploy your applications to [hybrid](/langsmith/hybr
11
11
12
12
Before using this guide, you must have already completed infrastructure setup:
13
13
-**[Hybrid setup](/langsmith/deploy-hybrid)**: For hybrid hosting.
14
-
-**[Self-hosted with deployment setup](/langsmith/deploy-self-hosted-full-platform)**: For self-hosted with control plane.
14
+
-**[Enable LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform)**: For self-hosted with control plane.
15
15
16
16
If you haven't set up your infrastructure yet, start with the [Hosting section](/langsmith/hosting).
17
17
</Note>
@@ -31,8 +31,8 @@ Before completing this guide, you'll need the following:
31
31
32
32
- Completed infrastructure setup to enable your [data plane](/langsmith/data-plane) to receive application deployments:
33
33
-[Hybrid setup](/langsmith/deploy-hybrid): Installs data plane components (listener, operator, CRDs) in your Kubernetes cluster that connect to LangChain's managed control plane.
34
-
-[Self-hosted with deployment setup](/langsmith/deploy-self-hosted-full-platform): Enables deployment management on your self-hosted LangSmith instance.
35
-
- Access to the [LangSmith UI](https://smith.langchain.com) with deployment management enabled.
34
+
-[Enable LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform): Enables LangSmith Deployment on your self-hosted LangSmith instance.
35
+
- Access to the [LangSmith UI](https://smith.langchain.com) with LangSmith Deployment enabled.
36
36
- A container registry accessible by your Kubernetes cluster.
Copy file name to clipboardExpand all lines: src/langsmith/hosting.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebarTitle: Hosting LangSmith
4
4
mode: wide
5
5
---
6
6
7
-
This section covers how to host and manage LangSmith infrastructure. You have the flexibility of setting up LangSmith for [observability](/langsmith/observability), [evaluation](/langsmith/evaluation), and [prompt engineering](/langsmith/prompt-engineering) features or using the full platform that also includes optional [LangSmith Deployment](/langsmith/deployments)features for deploying your applications through the UI.
7
+
This section covers how to host and manage LangSmith infrastructure. You can set up LangSmith for [observability](/langsmith/observability), [evaluation](/langsmith/evaluation), and [prompt engineering](/langsmith/prompt-engineering), or use the full platform experience with [LangSmith Deployment](/langsmith/deployments)to also deploy and manage your applications through the UI.
**Start here if you're setting up or maintaining LangSmith infrastructure.**
@@ -46,7 +46,7 @@ You'll deploy LangSmith in one of three modes:
46
46
href="/langsmith/self-hosted"
47
47
cta="Run self-hosted"
48
48
>
49
-
**(Enterprise)** Full control with observability, evaluation, and prompt engineering. Optionally add application deployment or run standalone servers.
49
+
**(Enterprise)** Full control with observability, evaluation, and prompt engineering. Enable the full platform experience with LangSmith Deployment or run standalone servers.
50
50
</Card>
51
51
</Columns>
52
52
@@ -59,7 +59,7 @@ Refer to the following table for a comparison of hosting options:
59
59
|**Infrastructure location**| LangChain's cloud | Split: Control plane in LangChain cloud, data plane in your cloud | Your cloud |
60
60
|**Who manages updates**| LangChain | LangChain (control plane), You (data plane) | You |
61
61
|**Who manages CI/CD for your apps**| LangChain | You | You |
Copy file name to clipboardExpand all lines: src/langsmith/kubernetes.mdx
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,26 @@ sidebarTitle: Install on Kubernetes
7
7
Self-hosting LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and [contact our sales team](https://www.langchain.com/contact-sales) if you want to get a license key to trial LangSmith in your environment.
8
8
</Info>
9
9
10
-
This page describes how to set up the **LangSmith** (observability, tracing, and evaluation) in a Kubernetes cluster. You'll use Helm to install LangSmith and its dependencies.
11
-
12
-
<Note>
13
-
This guide installs the base [LangSmith platform](/langsmith/self-hosted#langsmith) which includes observability and evaluation, but **not** the deployment management features. Review the [self-hosted options](/langsmith/self-hosted) if you're unsure which you need.
14
-
</Note>
10
+
This page describes how to set up **LangSmith** (observability, tracing, and evaluation) in a Kubernetes cluster. You'll use Helm to install LangSmith and its dependencies.
15
11
16
12
After completing this page, you'll have:
17
13
18
-
- ✅ **LangSmith UI and APIs**: for observability, tracing, and evaluation.
- ❌ **Deployment management**: To add deployment capabilities, complete this guide first, then follow [Self-host LangSmith with deployment](/langsmith/deploy-self-hosted-full-platform).
14
+
-**LangSmith UI and APIs**: for [observability](/langsmith/observability), tracing, and [evaluation](/langsmith/evaluation).
For [agent deployment](/langsmith/deployments): To add deployment capabilities, complete this guide first, then follow [Enable LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform).
22
19
23
-
We've successfully tested LangSmith on the following Kubernetes distributions:
20
+
LangChain has successfully tested LangSmith on the following Kubernetes distributions:
24
21
25
-
* Google Kubernetes Engine (GKE)
26
-
* Amazon Elastic Kubernetes Service (EKS)
27
-
* Azure Kubernetes Service (AKS)
28
-
* OpenShift (4.14+)
29
-
* Minikube and Kind (for development purposes)
22
+
- Google Kubernetes Engine (GKE)
23
+
- Amazon Elastic Kubernetes Service (EKS)
24
+
- Azure Kubernetes Service (AKS)
25
+
- OpenShift (4.14+)
26
+
- Minikube and Kind (for development purposes)
30
27
31
28
<Note>
32
-
We have several Terraform modules the help in the provisioning of resources for LangSmith. You can find those in our[public Terraform repo](https://github.com/langchain-ai/terraform).
29
+
LangChain has several Terraform modules the help in the provisioning of resources for LangSmith. You can find those in the LangChain[public Terraform repo](https://github.com/langchain-ai/terraform).
0 commit comments