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