docs: added backtick on RunnablePassthrough (#20310)

added backtick on RunnablePassthrough
Isuue: #20094
This commit is contained in:
Mayank Solanki
2024-04-11 18:09:10 +05:30
committed by GitHub
parent c706689413
commit f709ab4cdf

View File

@@ -440,7 +440,7 @@
"id": "e6833844-f1c4-444c-a3d2-31b3c6b31d46",
"metadata": {},
"source": [
"We then use the `RunnableParallel` to prepare the expected inputs into the prompt by using the entries for the retrieved documents as well as the original user question, using the retriever for document search, and RunnablePassthrough to pass the users question:"
"We then use the `RunnableParallel` to prepare the expected inputs into the prompt by using the entries for the retrieved documents as well as the original user question, using the retriever for document search, and `RunnablePassthrough` to pass the users question:"
]
},
{