I want to create sentence splitter with "-->" as available in data.txt. Each node should have seperate Articles. Reason is each articles are different from each other and independent. So if anybody can help me with the configuration ?
Seems like you could just write some python code to split the text how you want, and then send those chunks into any additional splitters to handle token limits?