From 956416c150972fb3ab48dce7b64ac798519c47e7 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 12 Jan 2023 06:29:42 -0800 Subject: [PATCH] Harrison/update links1 (#594) update links to be relative Co-authored-by: Marc Green --- docs/use_cases/summarization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/use_cases/summarization.md b/docs/use_cases/summarization.md index 0a90327a542..862b8b5b99e 100644 --- a/docs/use_cases/summarization.md +++ b/docs/use_cases/summarization.md @@ -12,9 +12,9 @@ chain.run(docs) ``` The following resources exist: -- [Summarization Notebook](/modules/chains/combine_docs_examples/summarize.ipynb): A notebook walking through how to accomplish this task. +- [Summarization Notebook](../modules/chains/combine_docs_examples/summarize.ipynb): A notebook walking through how to accomplish this task. Additional related resources include: -- [Utilities for working with Documents](/modules/utils/how_to_guides.rst): Guides on how to use several of the utilities which will prove helpful for this task, including Text Splitters (for splitting up long documents). -- [CombineDocuments Chains](/modules/chains/combine_docs.md): A conceptual overview of specific types of chains by which you can accomplish this task. -- [Data Augmented Generation](combine_docs.md): An overview of data augmented generation, which is the general concept of combining external data with LLMs (of which this is a subset). +- [Utilities for working with Documents](../modules/utils/how_to_guides.rst): Guides on how to use several of the utilities which will prove helpful for this task, including Text Splitters (for splitting up long documents). +- [CombineDocuments Chains](../modules/chains/combine_docs.md): A conceptual overview of specific types of chains by which you can accomplish this task. +- [Data Augmented Generation](./combine_docs.md): An overview of data augmented generation, which is the general concept of combining external data with LLMs (of which this is a subset).