From 4e4b8805d623c53fea1943f0478b7ccf2ce1f51a Mon Sep 17 00:00:00 2001 From: Season Saw Date: Fri, 27 Oct 2023 00:35:11 +0800 Subject: [PATCH] Fix a typo in the summarization use case. (#12316) - **Description:** Fix a tiny typo in the summarization use case Jupyter notebook. - **Issue:** N/A - **Dependencies:** N/A - **Tag maintainer:** @hwchase17 - **Twitter handle:** @seasonsaw --- docs/docs/use_cases/summarization.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/summarization.ipynb b/docs/docs/use_cases/summarization.ipynb index fd22cdc9b0..5f68eba78a 100644 --- a/docs/docs/use_cases/summarization.ipynb +++ b/docs/docs/use_cases/summarization.ipynb @@ -290,7 +290,7 @@ "\n", "Let's unpack the map reduce approach. For this, we'll first map each document to an individual summary using an `LLMChain`. Then we'll use a `ReduceDocumentsChain` to combine those summaries into a single global summary.\n", " \n", - "First, we specfy the LLMChain to use for mapping each document to an individual summary:" + "First, we specify the LLMChain to use for mapping each document to an individual summary:" ] }, {