Hello! I greatly appreciate the developers and contributors of n8n for such an amazing project. I have faced a problem with the Recursive Character Text Splitter node.
It would help if there was a node for:
My use case:
Recently, I used n8n to create a company documentation RAG system. The company’s documents are formatted in structured PDF files. Therefore, recursive character text splitting is a good option for breaking up the documents into chunks. However, the basic separator character options handle the task poorly. [‘\n\n’,‘\n’,’ ‘,’']. It would be great if you could modify this part so that users can set characters (see the comment // TODO: These are the default values, should we allow the user to change them?).
Any resources to support this?
Are you willing to work on this?
I can fix the TypeScript file, but I will likely lose some essential documentation and test parts for this update. Therefore, it would be best if the maintenance team fixed the problem.