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

# Camel.utils.chunker.base

<a id="camel.utils.chunker.base" />

<a id="camel.utils.chunker.base.BaseChunker" />

## BaseChunker

```python theme={"system"}
class BaseChunker(ABC):
```

An abstract base class for all CAMEL chunkers.

<a id="camel.utils.chunker.base.BaseChunker.chunk" />

### chunk

```python theme={"system"}
def chunk(self, content: Any):
```

Chunk the given content
