haystack/releasenotes/notes/issue-5616-convert-files-to-docs-list-f75a057249ba8992.yaml
DanShatford 07048791aa
feat: allow list of file paths in convert_files_to_docs (#5961)
* feat: allow list of file paths in `convert_files_to_docs`

* Fix validation

* Fix check errors
2023-10-09 20:19:03 +02:00

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.