diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index 81bbdbe03..5b776e3b1 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -59,7 +59,7 @@ For more information, please see: !!! info "Important" The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](../concepts/plans.md) plan. -The [Self-Hosted Control Plane](./langgraph_self_hosted_control_plane.md) deployment option is a fully self-hosted model for deployment where you manage the [control plane](./langgraph_control_plane.md) and [data plane](./langgraph_data_plane.md) in your cloud. This option give you full control and responsibility of the control plane and data plane infrastructure. +The [Self-Hosted Control Plane](./langgraph_self_hosted_control_plane.md) deployment option is a fully self-hosted model for deployment where you manage the [control plane](./langgraph_control_plane.md) and [data plane](./langgraph_data_plane.md) in your cloud. This option gives you full control and responsibility of the control plane and data plane infrastructure. Build a Docker image using the [LangGraph CLI](./langgraph_cli.md) and deploy your LangGraph Server from the [control plane UI](./langgraph_control_plane.md#control-plane-ui). diff --git a/docs/docs/concepts/faq.md b/docs/docs/concepts/faq.md index c274952b3..db244fd45 100644 --- a/docs/docs/concepts/faq.md +++ b/docs/docs/concepts/faq.md @@ -59,8 +59,8 @@ Yes! You can use LangGraph with any LLMs. The main reason we use LLMs that suppo Yes! LangGraph is totally ambivalent to what LLMs are used under the hood. The main reason we use closed LLMs in most of the tutorials is that they seamlessly support tool calling, while OSS LLMs often don't. But tool calling is not necessary (see [this section](#does-langgraph-work-with-llms-that-dont-support-tool-calling)) so you can totally use LangGraph with OSS LLMs. -## Can I use LangGraph Studio without logging to LangSmith +## Can I use LangGraph Studio without logging in to LangSmith Yes! You can use the [development version of LangGraph Server](../tutorials/langgraph-platform/local-server.md) to run the backend locally. This will connect to the studio frontend hosted as part of LangSmith. -If you set an environment variable of `LANGSMITH_TRACING=false` then no traces will be sent to LangSmith. \ No newline at end of file +If you set an environment variable of `LANGSMITH_TRACING=false`, then no traces will be sent to LangSmith. \ No newline at end of file