This commit is contained in:
Johnny Deuss
2023-10-12 16:44:03 +01:00
committed by GitHub
parent 361f8e1bc6
commit bb2ed4615c
136 changed files with 238 additions and 231 deletions
@@ -101,7 +101,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 dictuionary in the RunnableMap class — the type conversion is handled for us."
"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."
]
},
{