Skip to content

Commit 31a26de

Browse files
authored
Change remaining hosting refs (#1248)
1 parent f4a0081 commit 31a26de

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/langsmith/deploy-with-control-plane.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before using this guide, you must have already completed infrastructure setup:
1313
- **[Hybrid setup](/langsmith/deploy-hybrid)**: For hybrid hosting.
1414
- **[Enable LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform)**: For self-hosted with control plane.
1515

16-
If you haven't set up your infrastructure yet, start with the [Hosting section](/langsmith/platform-setup).
16+
If you haven't set up your infrastructure yet, start with the [Platform setup section](/langsmith/platform-setup).
1717
</Note>
1818

1919
## Overview

src/langsmith/deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mode: wide
55
---
66

77
<Callout icon="rocket" color="#4F46E5" iconType="regular">
8-
**Start here if you're building or operating agent applications.** This section is about deploying **your application**. If you need to set up LangSmith infrastructure, the [Hosting section](/langsmith/platform-setup) covers infrastructure options (Cloud, Hybrid, Self-hosted) and setup guides for Hybrid and Self-hosted deployments.
8+
**Start here if you're building or operating agent applications.** This section is about deploying **your application**. If you need to set up LangSmith infrastructure, the [Platform setup section](/langsmith/platform-setup) covers infrastructure options (cloud, hybrid, self-hosted) and setup guides for hybrid and self-hosted deployments.
99
</Callout>
1010

1111
This section covers how to package, build, and deploy your _agents_ and applications as [LangGraph Servers](/langsmith/langgraph-server).

src/langsmith/home.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ LangSmith meets the highest standards of data security and privacy with HIPAA, S
9898

9999
## Workflow
100100

101-
LangSmith combines observability, evaluation, deployment, and hosting in one integrated workflow—from local development to production.
101+
LangSmith combines observability, evaluation, deployment, and platform setup in one integrated workflow—from local development to production.
102102

103103
<img
104104
className="block dark:hidden"
105105
src="/langsmith/images/overview-light.svg"
106-
alt="Diagram showing how LangSmith integrates observability, evaluation, deployment, and hosting in a single workflow from development to production."
106+
alt="Diagram showing how LangSmith integrates observability, evaluation, deployment, and platform setup in a single workflow from development to production."
107107
/>
108108

109109
<img
110110
className="hidden dark:block"
111111
src="/langsmith/images/overview-dark.svg"
112-
alt="Diagram showing how LangSmith integrates observability, evaluation, deployment, and hosting in a single workflow from development to production."
112+
alt="Diagram showing how LangSmith integrates observability, evaluation, deployment, and platform setup in a single workflow from development to production."
113113
/>

src/oss/langgraph/local-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Sample output:
119119
> - LangGraph Studio Web UI: https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024
120120
```
121121

122-
The `langgraph dev` command starts LangGraph Server in an in-memory mode. This mode is suitable for development and testing purposes. For production use, deploy LangGraph Server with access to a persistent storage backend. For more information, see the [Hosting overview](/langsmith/platform-setup).
122+
The `langgraph dev` command starts LangGraph Server in an in-memory mode. This mode is suitable for development and testing purposes. For production use, deploy LangGraph Server with access to a persistent storage backend. For more information, see the [Platform setup overview](/langsmith/platform-setup).
123123

124124
## 6. Test your application in Studio
125125

src/snippets/oss/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ curl -s --request POST \
118118
</Tabs>
119119
120120
<Tip>
121-
LangSmith offers additional hosting options, including self-hosted and hybrid. For more information, please see the [Hosting overview](/langsmith/platform-setup).
121+
LangSmith offers additional hosting options, including self-hosted and hybrid. For more information, please see the [Platform setup overview](/langsmith/platform-setup).
122122
</Tip>

0 commit comments

Comments
 (0)