From a7bb83fa5feddb60a2deb601a5ee2928c0c18835 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 7 Nov 2023 10:37:03 +0000 Subject: [PATCH] typo --- ...des-langchain.documentdefaultdataloader.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.documentdefaultdataloader.md b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.documentdefaultdataloader.md index e69de29bb..e366c12ee 100644 --- a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.documentdefaultdataloader.md +++ b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.documentdefaultdataloader.md @@ -0,0 +1,22 @@ +--- +title: Default Data Loader +description: Documentation for the Default Data Loader node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. +--- + +# Default Data Loader + +Use the Default Data Loader node to load binary data files or JSON data for vector stores or summarization. + +On this page, you'll find a list of parameters the Default Data Loader node supports, and links to more resources. + +!!! note "Examples and templates" + For usage examples and templates to help you get started, refer to n8n's [LangChain integrations](https://n8n.io/integrations/default-data-loader/){:target=_blank .external-link} page. + +## Node parameters + +* **Type of Data**: select **Binary** or **JSON**. +* **Data Format**: the file MIME type for binary data. Set to **Automatically Detect by MIME Type** if you want n8n to set the data format for you. If you set a specific data format and the incoming file MIME type doesn't match it, the node errors. If you use **Automatically Detect by MIME Type**, the node falls back to text format if it can't match the file MIME type to a supported data format. + +## Node options + +* **Metadata**: set the metadata that should accompany the document in the vector store. This is what you match to using the **Metadata Filter** option when retrieving data using the vector store nodes.