haystack/releasenotes/notes/split-by-function-62ce32fac70d8f8c.yaml

6 lines
200 B
YAML
Raw Permalink Normal View History

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