pub fn chunk_text(
text: &str,
config: &ChunkingConfig,
) -> MemoryResult<Vec<TextChunk>>Expand description
Chunk text into pieces with overlap
pub fn chunk_text(
text: &str,
config: &ChunkingConfig,
) -> MemoryResult<Vec<TextChunk>>Chunk text into pieces with overlap