diff --git a/src/langsmith/deploy-with-control-plane.mdx b/src/langsmith/deploy-with-control-plane.mdx index f40cfc6b5a..f244eb3309 100644 --- a/src/langsmith/deploy-with-control-plane.mdx +++ b/src/langsmith/deploy-with-control-plane.mdx @@ -13,7 +13,7 @@ Before using this guide, you must have already completed infrastructure setup: - **[Hybrid setup](/langsmith/deploy-hybrid)**: For hybrid hosting. - **[Enable LangSmith Deployment](/langsmith/deploy-self-hosted-full-platform)**: For self-hosted with control plane. -If you haven't set up your infrastructure yet, start with the [Hosting section](/langsmith/platform-setup). +If you haven't set up your infrastructure yet, start with the [Platform setup section](/langsmith/platform-setup). ## Overview diff --git a/src/langsmith/deployments.mdx b/src/langsmith/deployments.mdx index e6b9afcc65..2ce996fe93 100644 --- a/src/langsmith/deployments.mdx +++ b/src/langsmith/deployments.mdx @@ -5,7 +5,7 @@ mode: wide --- -**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. +**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. This section covers how to package, build, and deploy your _agents_ and applications as [LangGraph Servers](/langsmith/langgraph-server). diff --git a/src/langsmith/home.mdx b/src/langsmith/home.mdx index 08d889f883..ee81f89514 100644 --- a/src/langsmith/home.mdx +++ b/src/langsmith/home.mdx @@ -98,16 +98,16 @@ LangSmith meets the highest standards of data security and privacy with HIPAA, S ## Workflow -LangSmith combines observability, evaluation, deployment, and hosting in one integrated workflow—from local development to production. +LangSmith combines observability, evaluation, deployment, and platform setup in one integrated workflow—from local development to production. Diagram showing how LangSmith integrates observability, evaluation, deployment, and hosting in a single workflow from development to production. Diagram showing how LangSmith integrates observability, evaluation, deployment, and hosting in a single workflow from development to production. diff --git a/src/oss/langgraph/local-server.mdx b/src/oss/langgraph/local-server.mdx index ae6e92a85e..c4bf052dd1 100644 --- a/src/oss/langgraph/local-server.mdx +++ b/src/oss/langgraph/local-server.mdx @@ -119,7 +119,7 @@ Sample output: > - LangGraph Studio Web UI: https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024 ``` -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). +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). ## 6. Test your application in Studio diff --git a/src/snippets/oss/deploy.mdx b/src/snippets/oss/deploy.mdx index 7f2e9e6379..df286fa80b 100644 --- a/src/snippets/oss/deploy.mdx +++ b/src/snippets/oss/deploy.mdx @@ -118,5 +118,5 @@ curl -s --request POST \ -LangSmith offers additional hosting options, including self-hosted and hybrid. For more information, please see the [Hosting overview](/langsmith/platform-setup). +LangSmith offers additional hosting options, including self-hosted and hybrid. For more information, please see the [Platform setup overview](/langsmith/platform-setup).