Skip to content

Commit

Permalink
docs: update quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Oct 31, 2024
1 parent 194b4e0 commit 811d095
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/cloud/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ Now that we have set everything up on our local file system, we are ready to tes
## Test the app locally
To test the LangGraph app before deploying it using LangGraph Cloud, you can use [LangGraph Studio](../concepts/langgraph_studio.md) or start the [LangGraph server](../concepts/langgraph_server.md) locally.
To test the LangGraph app before deploying it using LangGraph Cloud, you can start the [LangGraph server](../concepts/langgraph_server.md) locally or use [LangGraph Studio](../concepts/langgraph_studio.md).
## Using local server
You can also test your app by running [LangGraph server](../concepts/langgraph_server.md) locally. This is useful to make sure you have configured our [CLI configuration file][langgraph.json] correctly and can interact with your graph.
You can test your app by running [LangGraph server](../concepts/langgraph_server.md) locally. This is useful to make sure you have configured our [CLI configuration file][langgraph.json] correctly and can interact with your graph.
To run the server locally, you need to first install the LangGraph CLI:
Expand Down Expand Up @@ -248,6 +248,7 @@ data: {
}
]
}
}
```
You can see that our agent responds with the up-to-date search results!
Expand Down Expand Up @@ -450,6 +451,7 @@ data: {
}
]
}
}
```
## Next steps
Expand Down

0 comments on commit 811d095

Please sign in to comment.