Skip to main content

chunk

Method
This is a method of the Chunking class in the knowledge module.
Chunk text into smaller pieces

Signature

def chunk(&self, text: &str) -> Vec<String>

Parameters

text
&str
required
No description available.

Returns

Returns
Vec<String>
The result of the operation.