[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# RagFileChunkingConfig\n\nSpecifies the size and overlap of chunks for RagFiles.\nFields `chunkSize` \n**(deprecated)** `integer` \n| This item is deprecated!\n\nThe size of the chunks.\n`chunkOverlap` \n**(deprecated)** `integer` \n| This item is deprecated!\n\nThe overlap between chunks. \n`chunking_config` `Union type` \nSpecifies the chunking config for RagFiles. `chunking_config` can be only one of the following:\n`fixedLengthChunking` `object (`[FixedLengthChunking](/vertex-ai/docs/reference/rest/v1beta1/RagFileChunkingConfig#FixedLengthChunking)`)` \nSpecifies the fixed length chunking config. \n\nFixedLengthChunking\n-------------------\n\nSpecifies the fixed length chunking config.\nFields `chunkSize` `integer` \nThe size of the chunks.\n`chunkOverlap` `integer` \nThe overlap between chunks."]]