FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.42k stars 16.35k forks source link

[FEATURE] Document Store can load files but not folders #3217

Open chrisbriend opened 1 month ago

chrisbriend commented 1 month ago

The UI doesn't let you select multiple files, or a folder when using the File Loader in the Document Store tab of the app. Even though the icon show multiple files,.

In the Chat Flow UI, there is a separate "Folder With Files" loader, but it's not accessible from the document store - it seems both kind of document loaders are implemented in different places in code. It also seems that the file loader "File.js" already almost supports folder, as it supports handling an array of files..

HenryHengZJ commented 1 month ago

You can upload multiple files: image

chrisbriend commented 1 month ago

Not sustainable if you have a folder with 100s of files though, Why does it not let me select a folder?