Late Chunker
Chunk the given text using the Late Chunker.
Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
Data to pass to the Late Chunker.
The input text or list of texts to be chunked.
SentenceTransformer model to use for embedding
Maximum number of tokens per chunk
Rules to split text by. Find all recipes on our Hugging Face.
Language of the text. This must match the language of the recipe.
Minimum number of characters per sentence
Response
The actual text content of the chunk.
The starting character index of the chunk within the original input text.
The ending character index (exclusive) of the chunk within the original input text.
The number of tokens in this specific chunk, according to the tokenizer used.
List of standard sentences contained within this chunk.
Represents a single sentence within a chunk.
Optional embedding vector for the entire chunk (array of floats or null).
Was this page helpful?