mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-14 17:13:03 +00:00
6 lines
200 B
YAML
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.
|