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.
ChunkingConfig
Defined in the knowledge module.Rust AI Agent SDK Chunking configuration.
Fields
| Name | Type | Description |
|---|---|---|
chunk_size | usize | Chunk size in characters |
chunk_overlap | usize | Overlap between chunks |
strategy | ChunkingStrategy | Chunking strategy |
Source
View on GitHub
praisonai/src/knowledge/mod.rs at line 551
