docs: Add Cloud Concepts docs, update cloud deployment how-to guide (#996)

* Update Cloud deployment docs. Add Cloud Concepts docs.

* Update quick start. Update how-to for setting up repo.

* Delete unused image base_url.png.

* Fix spelling error. Fix broken anchor link.

* Fix broken links.
This commit is contained in:
Andrew Nguonly
2024-07-11 14:33:25 -07:00
committed by GitHub
parent 39321ba042
commit e9f7cd3e52
11 changed files with 68 additions and 12 deletions
+1 -3
View File
@@ -186,9 +186,7 @@ Once you have tested that your hosted graph works as expected using LangGraph St
First, make sure you have the SDK installed by calling `pip install langgraph_sdk`.
Before using, you need to get the URL of your LangGraph deployment. You can find this on the auto generated documentation page here:
![Base URL of LangGraph deployment](./deployment/img/base_url.png)
Before using, you need to get the URL of your LangGraph deployment. You can find this in the `Deployment` view. Click the URL to copy it to the clipboard.
You also need to make sure you have set up your API key properly so you can authenticate with LangGraph Cloud.