Update summarize.ipynb (#4529)

# Update order in which tasks are stated (logically correct)

Fixes the order in which steps are placed under titles.

@vowelparrot
This commit is contained in:
David Peterson 2023-05-16 20:14:00 -05:00 committed by GitHub
parent bcffc704c1
commit d5d4c0a172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,15 @@
"docs = [Document(page_content=t) for t in texts[:3]]"
]
},
{
"cell_type": "markdown",
"id": "21284c47",
"metadata": {},
"source": [
"## Quickstart\n",
"If you just want to get started as quickly as possible, this is the recommended way to do it:"
]
},
{
"cell_type": "code",
"execution_count": 4,
@ -70,15 +79,6 @@
"from langchain.chains.summarize import load_summarize_chain"
]
},
{
"cell_type": "markdown",
"id": "21284c47",
"metadata": {},
"source": [
"## Quickstart\n",
"If you just want to get started as quickly as possible, this is the recommended way to do it:"
]
},
{
"cell_type": "code",
"execution_count": 7,