Interface RagFileChunkingConfigOrBuilder (3.44.0)

public interface RagFileChunkingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChunkOverlap()

public abstract int getChunkOverlap()

The overlap between chunks.

int32 chunk_overlap = 2;

Returns
Type Description
int

The chunkOverlap.

getChunkSize()

public abstract int getChunkSize()

The size of the chunks.

int32 chunk_size = 1;

Returns
Type Description
int

The chunkSize.