From 709ac1241c7462017c4396ce4b8eca9cfc660e08 Mon Sep 17 00:00:00 2001 From: Corentin Date: Thu, 21 Mar 2024 13:28:14 +0100 Subject: [PATCH] Update integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_sparse_document_embedder.py Co-authored-by: Stefano Fiorucci --- .../embedders/fastembed/fastembed_sparse_document_embedder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_sparse_document_embedder.py b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_sparse_document_embedder.py index c5ca4f625..41f1cbaa4 100644 --- a/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_sparse_document_embedder.py +++ b/integrations/fastembed/src/haystack_integrations/components/embedders/fastembed/fastembed_sparse_document_embedder.py @@ -75,7 +75,7 @@ def __init__( :param prefix: A string to add to the beginning of each text. :param suffix: A string to add to the end of each text. :param batch_size: Number of strings to encode at once. - :param progress_bar: If true, displays progress bar during embedding. + :param progress_bar: If `True`, displays progress bar during embedding. :param parallel: If > 1, data-parallel encoding will be used, recommended for offline encoding of large datasets. If 0, use all available cores.