Update packages/components/nodes/documentloaders/Unstructured/UnstructuredFolder.ts

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Henry Heng 2025-11-16 13:00:21 +00:00 committed by GitHub
parent e2226d1c9a
commit a868282cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Uncomment this is you want to use the UnstructuredFolder to load a folder from the file system * Uncomment this if you want to use the UnstructuredFolder to load a folder from the file system
import { omit } from 'lodash' import { omit } from 'lodash'
import { ICommonObject, INode, INodeData, INodeOutputsValue, INodeParams } from '../../../src/Interface' import { ICommonObject, INode, INodeData, INodeOutputsValue, INodeParams } from '../../../src/Interface'