Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

chunk

Method
This is a method of the Knowledge class in the knowledge module.
Chunk text using configured strategy

Signature

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

Parameters

text
&str
required
No description available.

Returns

Returns
Vec<String>
The result of the operation.

Rust Chunking

Rust RAG