fn split_large_section(
text: &str,
base_offset: usize,
config: &ChunkConfig,
) -> Result<Vec<ChunkOutput>, ChunkError>Expand description
Split a large section into smaller chunks.
fn split_large_section(
text: &str,
base_offset: usize,
config: &ChunkConfig,
) -> Result<Vec<ChunkOutput>, ChunkError>Split a large section into smaller chunks.