Describe the problem/error/question
Character Text Splitters in Summarization Nodes (both Simple and Advanced) need an unpredictable amount of characters in order to work.
What is the error message (if any)?
Even though it is visible that the Character Text Splitter is dividing the input in 12 parts (as per the node output), this does not reflect in the Summarization Chain, unless a number of characters is inputted.
Check my workflow example: It has 9774 characters in the input. And the Summarization Chain handles all in one batch (even though it shows in the node output to be dividing the input in 12 parts). If you add 1 more character to the input, the Summarization Chain will work in 12 parts, as expected. So in this case, it seems to have a 9775 character threshold in order for the Text Splitter to work, which makes it very unreliable.
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.38.1
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): k8s
- Operating system: ubuntu