diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 179d8f845..2b770d1e4 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -3,7 +3,7 @@ name: Deploy Docs on: push: branches: - - master + - main workflow_dispatch: permissions: diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index 414105101..2e8e2f27e 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -5,6 +5,7 @@ Welcome to the LangGraph Tutorials! These notebooks introduce LangGraph through ## Introduction to LangGraph Learn the basics of LangGraph through the onboarding tutorials. + - [Introduction to LangGraph](introduction.ipynb) diff --git a/examples/introduction.ipynb b/examples/introduction.ipynb index 9a0327d0f..74ebbbf1d 100644 --- a/examples/introduction.ipynb +++ b/examples/introduction.ipynb @@ -307,13 +307,6 @@ "text": [ "Goodbye!\n" ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Failed to batch ingest runs: LangSmithError(\"Failed to POST https://api.smith.langchain.com/runs/batch in LangSmith API. HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Read timed out. (read timeout=10.0)\\n\")\n" - ] } ], "source": [