Skip to content

Commit

Permalink
Update integrations/fastembed/src/haystack_integrations/components/em…
Browse files Browse the repository at this point in the history
…bedders/fastembed/fastembed_sparse_document_embedder.py

Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
Corentin and anakin87 authored Mar 21, 2024
1 parent 14a8c2d commit 709ac12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 709ac12

Please sign in to comment.