From fe03a60dff20500da53f10643978fd2efcb7a9a0 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:04:08 -0700 Subject: [PATCH] Fix bullet point (#324) In tutorials index --- .github/workflows/deploy_docs.yml | 2 +- docs/docs/tutorials/index.md | 1 + examples/introduction.ipynb | 7 ------- 3 files changed, 2 insertions(+), 8 deletions(-) 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": [