RagFileChunkingConfig

Specifies the size and overlap of chunks for RagFiles.

Fields
chunkSize integer

The size of the chunks.

chunkOverlap integer

The overlap between chunks.

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