docs: added backtick on RunnablePassthrough (#20310)

added backtick on RunnablePassthrough
Isuue: #20094
pull/20319/head
Mayank Solanki 6 months ago committed by GitHub
parent c706689413
commit f709ab4cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save