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

# Supported Chunkers • AI Agent SDK

> SUPPORTED_CHUNKERS: Lazy load chunker classes.

# SUPPORTED\_CHUNKERS

<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 chunker classes.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def SUPPORTED_CHUNKERS() -> Dict[str, Any]
```

### Returns

<ResponseField name="Returns" type="Dict[str, Any]">
  The result of the operation.
</ResponseField>

## Uses

* `ImportError`

## Source

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