chunk
Method
This is a method of the Chunking class in the chunking module.Chunk text using the configured chunking strategy.
Signature
Parameters
No description available.
Returns
The result of the operation.
Chunk text using the configured chunking strategy.
This is a method of the Chunking class in the chunking module.Chunk text using the configured chunking strategy.
def chunk(text: Union[str, List[str]]) -> Union[List[Any], List[List[Any]]]