mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +00:00
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:
parent
bcffc704c1
commit
d5d4c0a172
@ -60,6 +60,15 @@
|
|||||||
"docs = [Document(page_content=t) for t in texts[:3]]"
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": 4,
|
"execution_count": 4,
|
||||||
@ -70,15 +79,6 @@
|
|||||||
"from langchain.chains.summarize import load_summarize_chain"
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": 7,
|
"execution_count": 7,
|
||||||
|
Loading…
Reference in New Issue
Block a user