Skip to content

Commit 3cf61b2

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add rag_files_count to RagCorpus to count number of associated files
PiperOrigin-RevId: 722449845
1 parent dd1210a commit 3cf61b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/vertex_rag_data.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ message RagCorpus {
305305
(google.api.field_behavior) = IMMUTABLE
306306
];
307307
}
308+
// Output only. The number of RagFiles in the RagCorpus.
309+
int32 rag_files_count = 11;
308310
}
309311

310312
// A RagFile contains user data for chunking, embedding and indexing.

0 commit comments

Comments
 (0)