From f709ab4cdf8358408e290119d485146df344be21 Mon Sep 17 00:00:00 2001 From: Mayank Solanki <83648453+spike-spiegel-21@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:09:10 +0530 Subject: [PATCH] docs: added backtick on RunnablePassthrough (#20310) added backtick on RunnablePassthrough Isuue: #20094 --- docs/docs/expression_language/get_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/expression_language/get_started.ipynb b/docs/docs/expression_language/get_started.ipynb index 7d1a3e0c33f..f3f55a36fe5 100644 --- a/docs/docs/expression_language/get_started.ipynb +++ b/docs/docs/expression_language/get_started.ipynb @@ -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:" ] }, {