mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
FEATURE: Adding File Upload to Unstructured Loader (#2304)
* initial commit * updates to loader to support file upload * updates to loader to support file upload * update unstructured file --------- Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
@@ -104,6 +104,7 @@ export interface INodeProperties {
|
||||
description?: string
|
||||
filePath?: string
|
||||
badge?: string
|
||||
deprecateMessage?: string
|
||||
}
|
||||
|
||||
export interface INode extends INodeProperties {
|
||||
|
||||
Reference in New Issue
Block a user