Skip to main content

chunk_paragraphs

Function chunk_paragraphs 

Source
pub fn chunk_paragraphs(text: &str, config: &ChunkConfig) -> Vec<TextChunk>
Expand description

Split text into paragraphs, then group paragraphs into chunks that don’t exceed max_chunk_size.