fn chunk_sections(
text: &str,
sections: &[Section],
config: &ChunkConfig,
) -> Result<Vec<ChunkOutput>, ChunkError>Expand description
Chunk sections into appropriately-sized chunks.
fn chunk_sections(
text: &str,
sections: &[Section],
config: &ChunkConfig,
) -> Result<Vec<ChunkOutput>, ChunkError>Chunk sections into appropriately-sized chunks.