Add csvconverter to API docs (#3968)

This commit is contained in:
Agnieszka Marzec 2023-01-27 11:42:22 +01:00 committed by GitHub
parent 8efdac146d
commit 7937ef8995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
loaders:
- type: python
search_path: [../../../../haystack/nodes/file_converter]
modules: ['base', 'docx', 'image', 'markdown', 'pdf', 'parsr', 'azure', 'tika', 'txt']
modules: ['base', 'csv', 'docx', 'image', 'markdown', 'pdf', 'parsr', 'azure', 'tika', 'txt']
ignore_when_discovered: ['__init__']
processors:
- type: filter