Skip to content

Commit 76b63dd

Browse files
Google APIscopybara-github
authored andcommitted
feat: update the schema proto for the RagChunk with file_id and chunk_id to align with the vertex_rag_data.proto
PiperOrigin-RevId: 885147156
1 parent e68f10a commit 76b63dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google/cloud/aiplatform/v1beta1/vertex_rag_data.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,12 @@ message RagChunk {
506506

507507
// If populated, represents where the chunk starts and ends in the document.
508508
optional PageSpan page_span = 2;
509+
510+
// The ID of the file that the chunk belongs to.
511+
string file_id = 3;
512+
513+
// The ID of the chunk.
514+
string chunk_id = 4;
509515
}
510516

511517
// Specifies the size and overlap of chunks for RagFiles.

0 commit comments

Comments
 (0)