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:
Vinod Kiran
2024-05-02 23:04:32 +05:30
committed by GitHub
parent e71266de87
commit d5a97060e2
4 changed files with 241 additions and 7 deletions
+1
View File
@@ -104,6 +104,7 @@ export interface INodeProperties {
description?: string
filePath?: string
badge?: string
deprecateMessage?: string
}
export interface INode extends INodeProperties {