Skip to content

Commit

Permalink
docs: added backtick on RunnablePassthrough (#20310)
Browse files Browse the repository at this point in the history
added backtick on RunnablePassthrough
Isuue: #20094
  • Loading branch information
spike-spiegel-21 authored and hinthornw committed Apr 26, 2024
1 parent a7bae57 commit f84ad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/expression_language/get_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 user’s 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 user’s question:"
]
},
{
Expand Down

0 comments on commit f84ad4c

Please sign in to comment.