RagFileChunkingConfig

Specifies the size and overlap of chunks for RagFiles.

JSON representation
{
  "chunkSize": integer,
  "chunkOverlap": integer
}
Fields
chunkSize

integer

The size of the chunks.

chunkOverlap

integer

The overlap between chunks.