class UnstructuredIOChunker(BaseChunker):
UnstructuredIO
class to process and segment elements while maintaining
readability and coherence. The chunking method can be adjusted based on
the provided chunk_type
parameter.
Parameters:
"chunk_by_title"
)500
)None
)def __init__(
self,
chunk_type: str = 'chunk_by_title',
max_characters: int = 500,
metadata_filename: Optional[str] = None
):
def chunk(self, content: List['Element']):