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,["# RagChunk\n\nA RagChunk includes the content of a chunk of a RagFile, and associated metadata.\nFields `text` `string` \nThe content of the chunk.\n`pageSpan` `object (`[PageSpan](/vertex-ai/generative-ai/docs/reference/rest/v1/RagChunk#PageSpan)`)` \nIf populated, represents where the chunk starts and ends in the document. \n\nPageSpan\n--------\n\nRepresents where the chunk starts and ends in the document.\nFields `firstPage` `integer` \nPage where chunk starts in the document. Inclusive. 1-indexed.\n`lastPage` `integer` \nPage where chunk ends in the document. Inclusive. 1-indexed."]]