mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Docs links fix (#3292)
This commit is contained in:
@@ -15,15 +15,15 @@ First, confirm the desired mode of deployment.
|
||||
#### For Local Development
|
||||
|
||||
If you're just developing locally, you can use the lightweight in-memory server by running `langgraph dev`.
|
||||
See the [local server](../how-tos/local-server.md) docs for more information.
|
||||
See the [local server](../../tutorials/langgraph-platform/local-server.md) docs for more information.
|
||||
|
||||
#### For Managed LangGraph Platform
|
||||
|
||||
If you would like a fast managed environment, consider the [Cloud SaaS](../langgraph_cloud.md) deployment option. This requires no additional license key.
|
||||
If you would like a fast managed environment, consider the [Cloud SaaS](../../concepts/langgraph_cloud.md) deployment option. This requires no additional license key.
|
||||
|
||||
#### For Self-Hosted Lite (Limited Features)
|
||||
|
||||
If your deployment is unlikely to see more than 1 million node executions per year and don't need Crons and other enterprise features, consider the [Self-Hosted Lite](../deployment_options.md#self-hosted-lite) deployment option.
|
||||
If your deployment is unlikely to see more than 1 million node executions per year and don't need Crons and other enterprise features, consider the [Self-Hosted Lite](../../concepts/deployment_options.md#self-hosted-lite) deployment option.
|
||||
|
||||
You can deploy with Self-Hosted Lite by setting a valid `LANGSMITH_API_KEY` in your environment (e.g., in the `.env` file referenced by `langgraph.json`) and building a Docker image. The API key must be associated with an account on a **Plus** plan or greater.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user