Skip to main content

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.

BaseChunker

class BaseChunker(ABC):
An abstract base class for all CAMEL chunkers.

chunk

def chunk(self, content: Any):
Chunk the given content