mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
5 lines
279 B
YAML
5 lines
279 B
YAML
![]() |
---
|
||
|
features:
|
||
|
- |
|
||
|
Adding a `RecursiveChunker,` which uses a set of separators to split text recursively. It attempts to divide the text using the first separator, if the resulting chunks are still larger than the specified size, it moves to the next separator in the list.
|