Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[FEATURE] Custom Document Splitter

Open dentroai opened this issue 1 year ago • 3 comments

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.

dentroai avatar Aug 31 '24 19:08 dentroai

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

HenryHengZJ avatar Sep 02 '24 14:09 HenryHengZJ

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

dentroai avatar Sep 02 '24 15:09 dentroai

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

HenryHengZJ avatar Sep 02 '24 17:09 HenryHengZJ

i want this feature too.

Actualy im having trouble to apply custom separator.

nelsonfuture avatar Feb 27 '25 13:02 nelsonfuture

#4861 Check this

Amrrx avatar Jul 13 '25 20:07 Amrrx