Specifies the transformation config for RagFiles.
ragFileChunkingConfig 
 
  object (  RagFileChunkingConfig 
 
) 
 
Specifies the chunking config for RagFiles.
| JSON representation | 
|---|
|  { 
 "ragFileChunkingConfig" 
 : 
 { 
 object (  | 
RagFileChunkingConfig
Specifies the size and overlap of chunks for RagFiles.
chunking_config 
 
  Union type 
 
 Specifies the chunking config for RagFiles. 
 
 chunking_config 
can be only one of the following:fixedLengthChunking 
 
  object (  FixedLengthChunking 
 
) 
 
Specifies the fixed length chunking config.
| JSON representation | 
|---|
|  { 
 // chunking_config 
 "fixedLengthChunking" 
 : 
 { 
 object (  | 
FixedLengthChunking
Specifies the fixed length chunking config.
chunkSize 
 
  integer 
 
The size of the chunks.
chunkOverlap 
 
  integer 
 
The overlap between chunks.
| JSON representation | 
|---|
| { "chunkSize" : integer , "chunkOverlap" : integer } | 

