Module recursive

Source

Structsยง

RecursiveChunker
Recursive chunking algorithm. Splits based on the first separator, then recurses with the next separator. Useful for splitting into logical units, e.g. split by paragraphs and then sentences.
RecursiveChunkerBuilder
Builder for RecursiveChunker.