Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.inference.chunking
package org.elasticsearch.xpack.core.inference.chunking
-
ClassDescriptionEmbeddingRequestChunker<E extends EmbeddingResults.Embedding<E>>This class creates optimally sized batches of input strings for batched processing splitting long strings into smaller chunks.A
Chunkerimplementation that returns the input unchanged (no chunking is performed).Split text into chunks recursively based on a list of separator regex strings.Split text into chunks aligned on sentence boundaries.Breaks text into smaller strings or chunks on Word boundaries.