> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Chunking Config • Rust AI Agent SDK

> ChunkingConfig: Chunking configuration.

# ChunkingConfig

> Defined in the [**knowledge**](../modules/knowledge) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Chunking configuration.

## Fields

| Name            | Type               | Description              |
| --------------- | ------------------ | ------------------------ |
| `chunk_size`    | `usize`            | Chunk size in characters |
| `chunk_overlap` | `usize`            | Overlap between chunks   |
| `strategy`      | `ChunkingStrategy` | Chunking strategy        |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/knowledge/mod.rs#L551">
  `praisonai/src/knowledge/mod.rs` at line 551
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Configuration" icon="gear" href="/docs/rust/configuration" />

  <Card title="Rust Installation" icon="download" href="/docs/rust/installation" />

  <Card title="Rust Chunking" icon="scissors" href="/docs/rust/chunking" />

  <Card title="Rust RAG" icon="magnifying-glass" href="/docs/rust/rag" />
</CardGroup>
