From 4964278ce427240b3bf20a59b61d5b893f7609bc Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Thu, 30 Nov 2023 01:14:29 +0800 Subject: [PATCH] docs[patch]: Update typo in map.ipynb (#14030) fix the typo in docs, using "with" instead of "when" --- docs/docs/expression_language/how_to/map.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/expression_language/how_to/map.ipynb b/docs/docs/expression_language/how_to/map.ipynb index d513b8464c5..efab1603476 100644 --- a/docs/docs/expression_language/how_to/map.ipynb +++ b/docs/docs/expression_language/how_to/map.ipynb @@ -104,7 +104,7 @@ "source": [ "Here the input to prompt is expected to be a map with keys \"context\" and \"question\". The user input is just the question. So we need to get the context using our retriever and passthrough the user input under the \"question\" key.\n", "\n", - "Note that when composing a RunnableMap when another Runnable we don't even need to wrap our dictionary in the RunnableMap class — the type conversion is handled for us." + "Note that when composing a RunnableMap with another Runnable we don't even need to wrap our dictionary in the RunnableMap class — the type conversion is handled for us." ] }, {