Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
[[["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,["# RagFileTransformationConfig\n\nSpecifies the transformation config for RagFiles.\nFields `ragFileChunkingConfig` `object (`[RagFileChunkingConfig](/vertex-ai/generative-ai/docs/reference/rest/v1/RagFileTransformationConfig#RagFileChunkingConfig)`)` \nSpecifies the chunking config for RagFiles. \n\nRagFileChunkingConfig\n---------------------\n\nSpecifies the size and overlap of chunks for RagFiles.\nFields \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/generative-ai/docs/reference/rest/v1/RagFileTransformationConfig#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."]]