FlowiseAI / Flowise

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

[FEATURE] Custom Document Splitter #3122

Open dentro-innovation opened 3 weeks ago

dentro-innovation commented 3 weeks ago

Describe the feature you'd like I want to have a document loader for the doc store where I can upload a text file (in the future PDF would also be great) and I can define my own logic on how to split it.

Currently we only have the custom document loader, which doesn't allow uploading files directly but needs to fetch them via API calls.

HenryHengZJ commented 3 weeks ago

You can use custom document loader, and specify your own JS logic to split it: image

dentro-innovation commented 3 weeks ago

But I can't upload files via the UI using the custom document loader, can I?

HenryHengZJ commented 3 weeks ago

ah okay, I see what you mean, existing loader + custom splitter