Skip to content

Commit

Permalink
update meta docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-science committed Feb 5, 2024
1 parent 7358a0a commit 534d1b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def run(
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 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.
Please note that if the paths contain directories, meta can only be a single dictionary
(same metadata for all files).
Defaults to `None`.
"""
paths_obj = [Path(path) for path in paths]
Expand Down

0 comments on commit 534d1b1

Please sign in to comment.