Skip to content

Commit

Permalink
Update integrations/unstructured/src/haystack_integrations/components…
Browse files Browse the repository at this point in the history
…/converters/unstructured/converter.py

Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
Corentin and anakin87 authored Jan 23, 2024
1 parent 52b0663 commit 0f81c16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def run(
:param meta: Optional metadata to attach to the Documents.
This value can be either a list of dictionaries or a single dictionary.
If it's a single dictionary, its content is added to the metadata of all produced Documents.
If it's a list, the length of the list must match the number of sources, because the two lists will be zipped.
If it's a list, the length of the list must match the number of paths, because the two lists will be zipped.
Please note that if the paths contain directories, the length of the meta list must match the actual number of files contained.
Defaults to `None`.
"""

Expand Down

0 comments on commit 0f81c16

Please sign in to comment.