Skip to content

Commit 5904885

Browse files
katmayblnhsingh
andauthored
Update language around standalone servers for support (#1109)
Fixes DOC-400 --------- Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
1 parent 996370c commit 5904885

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/langsmith/deploy-standalone-server.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ sidebarTitle: Standalone servers
44
icon: "server"
55
---
66

7-
This guide shows you how to deploy **standalone <Tooltip tip="The server that runs your LangGraph applications.">LangGraph Servers</Tooltip>** without the LangSmith UI or control plane. This is the most lightweight self-hosting option, ideal for running one or a few agents as independent services.
7+
This guide shows you how to deploy **standalone <Tooltip tip="The server that runs your LangGraph applications.">LangGraph Servers</Tooltip>** without the LangSmith UI or control plane. This is the most lightweight self-hosting option for running one or a few agents as independent services.
8+
9+
<Warning>
10+
**Standalone servers are intended primarily for development purposes.**
11+
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+
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.
15+
</Warning>
816

917
<Note>
1018
**This is the setup page for deploying LangGraph Servers directly without the LangSmith platform.**

src/langsmith/self-hosted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LangSmith supports different self-hosted configurations depending on your scale,
1212

1313
- **[LangSmith](#langsmith)**: Deploy an instance of LangSmith that includes observability, tracing, and evaluations in the UI and API. Best for teams who want self-hosted monitoring and evaluation without deploying agents.
1414
- **[LangSmith with deployment](#langsmith-with-deployment)**: Deploy a _graph_ to LangGraph Server via the control plane. The control plane and data plane form the full LangSmith platform, providing UI and API management for running and monitoring agents. This includes observability, evaluation, and deployment management.
15-
- **[Standalone server](#standalone-server)**: Deploy a LangGraph Server directly without the control plane UI. Ideal for lightweight setups running one or a few agents as independent services, with full control over scaling and integration.
15+
- **[Standalone server](#standalone-server)**: Deploy a LangGraph Server directly without the control plane UI. A lightweight option for running one or a few agents as independent services, with full control over scaling and integration.
1616

1717
Model | Includes | Best for | Methods
1818
------------------|------------------|----------|--------------------

0 commit comments

Comments
 (0)