Skip to content

Commit 6d24fdd

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added document_name for vertex ai search as part of retrieved context from grounding chunk
PiperOrigin-RevId: 793753394
1 parent f3f3ae4 commit 6d24fdd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

google/cloud/aiplatform/v1/content.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,11 @@ message GroundingChunk {
658658

659659
// Text of the attribution.
660660
optional string text = 3;
661+
662+
// Output only. The full document name for the referenced Vertex AI Search
663+
// document.
664+
optional string document_name = 6
665+
[(google.api.field_behavior) = OUTPUT_ONLY];
661666
}
662667

663668
// Chunk from Google Maps.

google/cloud/aiplatform/v1beta1/content.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,11 @@ message GroundingChunk {
747747

748748
// Text of the attribution.
749749
optional string text = 3;
750+
751+
// Output only. The full document name for the referenced Vertex AI Search
752+
// document.
753+
optional string document_name = 6
754+
[(google.api.field_behavior) = OUTPUT_ONLY];
750755
}
751756

752757
// Chunk from Google Maps.

0 commit comments

Comments
 (0)