--- features: - | Added a new parameter `split_mode` to the `CSVDocumentSplitter` component to control the splitting mode. The new parameter can be set to `row-wise` to split the CSV file by rows. The default value is `threshold`, which is the previous behavior.