Skip to content

Commit

Permalink
Merge branch 'harrison/concepts-cloud' into vb/fix-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Oct 31, 2024
2 parents 3f274f1 + 5037cf7 commit f3f98ef
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/docs/cloud/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LangGraph Cloud gives you best in class observability, testing, and hosting serv
Learn how to deploy your app to LangGraph Cloud in these how to guides:

- [How to deploy to LangGraph cloud](../deployment/cloud.md)
- [How to interact with the deployment using RemoteGraph](./remote_graph.md)
- [How to interact with the deployment using RemoteGraph](../../how-tos/use-remote-graph.md)


## Streaming
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/concepts/application_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ For a production deployment, you will typically want to configure the environmen

Please see the following resources for more information:

- How-to guides for [Application Structure](../../how-tos/#application-structure).
- How-to guides for [Application Structure](../how-tos/index.md#application-structure).
2 changes: 1 addition & 1 deletion docs/docs/concepts/assistants.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ For example, let's imagine you have a general writing agent. You have created a

For more information on assistants, see the following resources:

- [Assistants how-to guides](../../how-tos/#assistants)
- [Assistants how-to guides](../how-tos/index.md#assistants)
4 changes: 2 additions & 2 deletions docs/docs/concepts/deployment_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You’ll build a Docker image using the [LangGraph CLI](./langgraph_cli.md), whi

For more information, please see:

* [Self-Hosted Deployment how-to guide](../how-tos/deployment/self_hosted.md)
* [Self-Hosted Deployment how-to guide](../how-tos/deploy-self-hosted.md)

## Cloud SaaS

Expand Down Expand Up @@ -70,4 +70,4 @@ For more information please see:
For more information please see:

* [LangGraph Platform Pricing](https://www.langchain.com/langgraph-platform-pricing)
* [Deployment how-to guides](../../how-tos/#deployment)
* [Deployment how-to guides](../how-tos/index.md#deployment)
2 changes: 1 addition & 1 deletion docs/docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The LangGraph Platform comprises several components that work together to suppor
- [LangGraph Studio](./langgraph_studio.md): LangGraph Studio is a specialized IDE that can connect to a LangGraph Server to enable visualization, interaction, and debugging of the application locally.
- [LangGraph CLI](./langgraph_cli.md): LangGraph CLI is a command-line interface that helps to interact with a local LangGraph
- [Python/JS SDK](./sdk.md): The Python/JS SDK provides a programmatic way to interact with deployed LangGraph Applications.
- [Remote Graph](../cloud/how-tos/remote_graph.md): A RemoteGraph allows you to interact with any deployed LangGraph application as though it were running locally.
- [Remote Graph](../how-tos/use-remote-graph.md): A RemoteGraph allows you to interact with any deployed LangGraph application as though it were running locally.

**LangGraph Server**

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/concepts/langgraph_platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The LangGraph Platform consists of several components that work together to supp
- [LangGraph Studio](./langgraph_studio.md): LangGraph Studio is a specialized IDE that can connect to a LangGraph Server to enable visualization, interaction, and debugging of the application locally.
- [LangGraph CLI](./langgraph_cli.md): LangGraph CLI is a command-line interface that helps to interact with a local LangGraph
- [Python/JS SDK](./sdk.md): The Python/JS SDK provides a programmatic way to interact with deployed LangGraph Applications.
- [Remote Graph](../cloud/how-tos/remote_graph.md): A RemoteGraph allows you to interact with any deployed LangGraph application as though it were running locally.
- [Remote Graph](../how-tos/use-remote-graph.md): A RemoteGraph allows you to interact with any deployed LangGraph application as though it were running locally.

The LangGraph Platform offers a few different deployment options described in the [deployment options guide](./deployment_options.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/concepts/langgraph_studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ def routing_function(state: GraphState) -> Literal["node_b","node_c"]:

For more information please see the following:

* [LangGraph Studio how-to guides](../../how-tos/#langgraph-studio)
* [LangGraph Studio how-to guides](../how-tos/index.md#langgraph-studio)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Self-hosted deployment
# How to do a Self-hosted deployment of LangGraph

!!! info "Prerequisites"

- [Application Structure](../../concepts/application_structure.md)
- [Deployment Options](../../concepts/deployment_options.md)
- [Application Structure](../concepts/application_structure.md)
- [Deployment Options](../concepts/deployment_options.md)

This how-to guide will walk you through how to create a docker image from an existing LangGraph application, so you can deploy it on your own infrastructure.

Expand All @@ -28,7 +28,7 @@ You will eventually need to pass in the following environment variables to the L

## Build the Docker Image

Please read the [Application Structure](../../concepts/application_structure.md) guide to understand how to structure your LangGraph application.
Please read the [Application Structure](../concepts/application_structure.md) guide to understand how to structure your LangGraph application.

If the application is structured correctly, you can build a docker image with the LangGraph Deploy server.

Expand Down
5 changes: 2 additions & 3 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ Learn how to set up your app for deployment to LangGraph Platform:
LangGraph applications can be deployed using LangGraph Cloud, which provides a range of services to help you deploy, manage, and scale your applications.

- [How to deploy to LangGraph cloud](../cloud/deployment/cloud.md)
- [How to deploy to a self-hosted environment](./deployment/self_hosted.md)
- [How to interact with the deployment using RemoteGraph](../cloud/how-tos/remote_graph.md)

- [How to deploy to a self-hosted environment](./deploy-self-hosted.md)
- [How to interact with the deployment using RemoteGraph](./use-remote-graph.md)
### Assistants

[Assistants](../concepts/assistants.md) is a configured instance of a template.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# How to interact with the deployment using RemoteGraph

!!! info "Prerequisites"
- [LangGraph Platform](./langgraph_platform.md)
- [LangGraph Server](./langgraph_server.md)
- [LangGraph Platform](../concepts/langgraph_platform.md)
- [LangGraph Server](../concepts/langgraph_server.md)

`RemoteGraph` is an interface that allows you to interact with your LangGraph Platform deployment as if it were a regular, locally-defined LangGraph graph (e.g. a `CompiledGraph`). This guide shows you how you can initialize a `RemoteGraph` and interact with it.

Expand Down

0 comments on commit f3f98ef

Please sign in to comment.