From 5333dbf0215d5a12b57c4a2e7f51151371e8c059 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 1 Jul 2023 17:09:35 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(config.yaml):=20add=20PyPDF?= =?UTF-8?q?DirectoryLoader=20documentation=20link=20Added=20the=20document?= =?UTF-8?q?ation=20link=20for=20the=20PyPDFDirectoryLoader=20in=20the=20co?= =?UTF-8?q?nfig.yaml=20file.=20This=20allows=20users=20to=20access=20the?= =?UTF-8?q?=20documentation=20on=20how=20to=20use=20the=20PyPDFDirectoryLo?= =?UTF-8?q?ader=20for=20loading=20PDF=20documents.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index aa1206d59..3745b9e22 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -59,6 +59,8 @@ documentloaders: documentation: "https://python.langchain.com/docs/modules/data_connection/document_loaders/how_to/html" UnstructuredMarkdownLoader: documentation: "https://python.langchain.com/docs/modules/data_connection/document_loaders/how_to/markdown" + PyPDFDirectoryLoader: + documentation: "https://python.langchain.com/docs/modules/data_connection/document_loaders/how_to/pdf" PyPDFLoader: documentation: "https://python.langchain.com/docs/modules/data_connection/document_loaders/how_to/pdf" UnstructuredPowerPointLoader: