> ## 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 • AI Agent SDK

> Module reference for chunking

# chunking

<Badge color="blue">AI Agent</Badge>

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.knowledge import chunking
```

## Classes

<CardGroup cols={2}>
  <Card title="Chunking" icon="brackets-curly" href="../classes/Chunking">
    A unified class for text chunking with various chunking strategies.
  </Card>
</CardGroup>
