mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-12 16:14:05 +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.
|