mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 16:31:16 +00:00

* feat: allow list of file paths in `convert_files_to_docs` * Fix validation * Fix check errors
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.
|