From ed7d03665dd302bfec9d0e797d5b4893131b87cd Mon Sep 17 00:00:00 2001 From: Tuana Celik Date: Fri, 25 Nov 2022 13:40:55 +0000 Subject: [PATCH] fixing the url for document merger (#3615) --- haystack/nodes/summarizer/transformers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/nodes/summarizer/transformers.py b/haystack/nodes/summarizer/transformers.py index b6305cada..e3043bac7 100644 --- a/haystack/nodes/summarizer/transformers.py +++ b/haystack/nodes/summarizer/transformers.py @@ -83,7 +83,7 @@ class TransformersSummarizer(BaseSummarizer): :param clean_up_tokenization_spaces: Whether or not to clean up the potential extra spaces in the text output :param separator_for_single_summary: This parameter is deprecated and will be removed in Haystack 1.12 :param generate_single_summary: This parameter is deprecated and will be removed in Haystack 1.12. - To obtain single summaries from multiple documents, consider using the [DocumentMerger](https://docs.haystack.deepset.ai/docs/document_merger). + To obtain single summaries from multiple documents, consider using the [DocumentMerger](https://docs.haystack.deepset.ai/reference/other-api#module-document_merger). :param batch_size: Number of documents to process at a time. :param progress_bar: Whether to show a progress bar. :param use_auth_token: The API token used to download private models from Huggingface.