haystack/releasenotes/notes/split-by-function-62ce32fac70d8f8c.yaml
Silvano Cerza bd77120cf3
Fix DocumentSplitter not splitting by function (#8549)
* Fix DocumentSplitter not splitting by function

* Make the split_by mapping a constant
2024-11-18 11:54:30 +01:00

6 lines
200 B
YAML

---
fixes:
- |
Fix `DocumentSplitter` to handle custom `splitting_function` without requiring `split_length`.
Previously the `splitting_function` provided would not override other settings.