swarmauri.core.chunkers.IChunker module

class swarmauri.core.chunkers.IChunker.IChunker[source]

Bases: ABC

Interface for chunking text into smaller pieces.

This interface defines abstract methods for chunking texts. Implementing classes should provide concrete implementations for these methods tailored to their specific chunking algorithms.

abstract chunk_text(text, *args, **kwargs)[source]
Return type:

List[Any]