> ## 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.

# chunker • AI Agent SDK

> chunker: Lazy load the chunker instance.

# chunker

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**Chunking**](../classes/Chunking) class in the [**chunking**](../modules/chunking) module.

Lazy load the chunker instance.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def chunker() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Uses

* `chunker_cls`

## Used By

* [`Chunking.chunk`](../functions/Chunking-chunk)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/knowledge/chunking.py#L114">
  `praisonaiagents/knowledge/chunking.py` at line 114
</Card>
