mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 12:01:54 +00:00
docs: add cross-links between summarization how-to pages (#32968)
This PR improves navigation in the summarization how-to section by adding cross-links from the single-call guide to the related map-reduce and refine guides. This mirrors the docs style guide’s emphasis on clear cross-references and should help readers discover the appropriate pattern for longer texts. - Source edited: docs/docs/how_to/summarize_stuff.ipynb - Links added: - /docs/how_to/summarize_map_reduce/ - /docs/how_to/summarize_refine/ Type: docs-only (no code changes)
This commit is contained in:
@@ -39,6 +39,16 @@
|
||||
"/>\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "ecc06359",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"See also: [How to summarize through parallelization](/docs/how_to/summarize_map_reduce/) and\n",
|
||||
"[How to summarize through iterative refinement](/docs/how_to/summarize_refine/).\n",
|
||||
"\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
|
Reference in New Issue
Block a user