From fdae81eee8266636129d687d9ee5a2e0431ee683 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:02:31 +0100 Subject: [PATCH] add pptx to API reference (#6404) --- docs/pydoc/config/file-converters.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/pydoc/config/file-converters.yml b/docs/pydoc/config/file-converters.yml index a3f8b6e02f..0ca3866831 100644 --- a/docs/pydoc/config/file-converters.yml +++ b/docs/pydoc/config/file-converters.yml @@ -3,16 +3,17 @@ loaders: search_path: [../../../haystack/nodes/file_converter] modules: [ + "azure", "csv", "docx", "image", + "json", "markdown", - "pdf", "parsr", - "azure", + "pdf", + "pptx", "tika", - "txt", - "json", + "txt" ] ignore_when_discovered: ["__init__"] processors: