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.
Chunking
Defined in the knowledge module.
Rust AI Agent SDK
Chunking utility.
Fields
| Name | Type | Description |
|---|
config | ChunkingConfig | - |
Methods
new
fn new(config: ChunkingConfig) -> Self
Create a new chunking utility
Parameters:
| Name | Type |
|---|
config | ChunkingConfig |
chunk
fn chunk(&self, text: &str) -> Vec<String>
Chunk text into smaller pieces
Parameters:
Source
View on GitHub
praisonai/src/knowledge/mod.rs at line 572