From 657cd30045c493dab0b2c6b814f2c5e8a00da915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20W=C3=A5reus?= Date: Wed, 7 Aug 2024 01:59:58 +0200 Subject: [PATCH] Update pass_private_state.ipynb (#1213) Fix typo --- examples/pass_private_state.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pass_private_state.ipynb b/examples/pass_private_state.ipynb index ca177a180..2e60d805e 100644 --- a/examples/pass_private_state.ipynb +++ b/examples/pass_private_state.ipynb @@ -7,7 +7,7 @@ "source": [ "# How to pass private state\n", "\n", - "Oftentimes, you may want nodes to be able to pass state to eachv other that should NOT be part of the main schema of the graph. This is often useful because there may be information that is not needed as input/output (and therefore doesn't really make sense to have in the main schema) but is ABSOLUTELY needed as part of the intermediate working logic.\n", + "Oftentimes, you may want nodes to be able to pass state to each other that should NOT be part of the main schema of the graph. This is often useful because there may be information that is not needed as input/output (and therefore doesn't really make sense to have in the main schema) but is ABSOLUTELY needed as part of the intermediate working logic.\n", "\n", "Let's take a look at an example below. In this example, we will create a RAG pipeline that:\n", "1. Takes in a user question\n",