mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-25 14:36:05 +00:00
7 lines
214 B
YAML
7 lines
214 B
YAML
|
|
---
|
||
|
|
enhancements:
|
||
|
|
- |
|
||
|
|
Add `list_of_paths` argument to `utils.convert_files_to_docs` to allow
|
||
|
|
input of list of file paths to be converted, instead of, or as well as,
|
||
|
|
the current `dir_path` argument.
|