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
pull/12352/head
Season Saw 9 months ago committed by GitHub
parent 20fe515f20
commit 4e4b8805d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save