chunk
Method
This is a method of the Chunking class in the knowledge module.Chunk text into smaller pieces
Signature
Parameters
No description available.
Returns
The result of the operation.
chunk: Chunk text into smaller pieces
This is a method of the Chunking class in the knowledge module.Chunk text into smaller pieces
def chunk(&self, text: &str) -> Vec<String>