The “Folder with Files” node is a document loader that can process multiple files from a specified folder. It supports various file formats and can recursively search through subdirectories.
Description: The path to the folder containing the files to be processed.
Recursive
Type: boolean
Description: If set to true, the loader will search for files in subdirectories as well.
Text Splitter
Type: TextSplitter
Optional: Yes
Description: A text splitter to be applied to the loaded documents.
Pdf Usage
Type: options
Options:
One document per page
One document per file
Default: One document per page
Description: Determines how PDF files are processed.
JSONL Pointer Extraction
Type: string
Optional: Yes
Description: Specifies the pointer for extracting data from JSONL files.
Additional Metadata
Type: json
Optional: Yes
Description: Additional metadata to be added to the extracted documents.
Omit Metadata Keys
Type: string
Optional: Yes
Description: Comma-separated list of metadata keys to be omitted from the extracted documents. Use * to omit all metadata keys except those specified in Additional Metadata.