docs[patch]: Update typo in map.ipynb (#14030)

fix the typo in docs, using "with" instead of "when"
pull/9027/head
Anton Romanov 10 months ago committed by GitHub
parent 1c4bfb8c5f
commit 4964278ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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."
]
},
{

Loading…
Cancel
Save