Skip to content

Commit d7dff72

Browse files
gcf-owl-bot[bot]copybara-github
authored andcommitted
Copybara import of the project:
-- 6a15f5b by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: docs: A comment for field `api_key_config` in message `.google.cloud.aiplatform.v1beta1.JiraSource` is changed docs: A comment for field `partial_failure_gcs_sink` in message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` is changed docs: A comment for field `partial_failure_bigquery_sink` in message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` is changed docs: A comment for field `rag_file_parsing_config` in message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` is changed docs: A comment for field `source_uri` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed feat: Introduce HybridSearch and Ranking configuration for RAG feat: Introduce VertexAiSearch integration for RAG PiperOrigin-RevId: 699296635 Source-Link: googleapis/googleapis@4fefaf1 Source-Link: googleapis/googleapis-gen@b0cdb11 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBjZGIxMWVmYmY3ZTc3OWUzMzc0NDM4MjFkYjdhMzg4OWY2NWU0MiJ9 -- e13cf93 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md COPYBARA_INTEGRATE_REVIEW=#4704 from googleapis:owl-bot-copy 61e57ac PiperOrigin-RevId: 700084352
1 parent 2383d53 commit d7dff72

23 files changed

+4762
-168
lines changed

google/cloud/aiplatform_v1beta1/__init__.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,7 @@
10341034
from .types.tool import FunctionDeclaration
10351035
from .types.tool import FunctionResponse
10361036
from .types.tool import GoogleSearchRetrieval
1037+
from .types.tool import RagRetrievalConfig
10371038
from .types.tool import Retrieval
10381039
from .types.tool import Tool
10391040
from .types.tool import ToolConfig
@@ -1079,8 +1080,10 @@
10791080
from .types.vertex_rag_data import RagFile
10801081
from .types.vertex_rag_data import RagFileChunkingConfig
10811082
from .types.vertex_rag_data import RagFileParsingConfig
1083+
from .types.vertex_rag_data import RagFileTransformationConfig
10821084
from .types.vertex_rag_data import RagVectorDbConfig
10831085
from .types.vertex_rag_data import UploadRagFileConfig
1086+
from .types.vertex_rag_data import VertexAiSearchConfig
10841087
from .types.vertex_rag_data_service import CreateRagCorpusOperationMetadata
10851088
from .types.vertex_rag_data_service import CreateRagCorpusRequest
10861089
from .types.vertex_rag_data_service import DeleteRagCorpusRequest
@@ -1098,6 +1101,12 @@
10981101
from .types.vertex_rag_data_service import UpdateRagCorpusRequest
10991102
from .types.vertex_rag_data_service import UploadRagFileRequest
11001103
from .types.vertex_rag_data_service import UploadRagFileResponse
1104+
from .types.vertex_rag_service import AugmentPromptRequest
1105+
from .types.vertex_rag_service import AugmentPromptResponse
1106+
from .types.vertex_rag_service import Claim
1107+
from .types.vertex_rag_service import CorroborateContentRequest
1108+
from .types.vertex_rag_service import CorroborateContentResponse
1109+
from .types.vertex_rag_service import Fact
11011110
from .types.vertex_rag_service import RagContexts
11021111
from .types.vertex_rag_service import RagQuery
11031112
from .types.vertex_rag_service import RetrieveContextsRequest
@@ -1178,6 +1187,8 @@
11781187
"AssignNotebookRuntimeOperationMetadata",
11791188
"AssignNotebookRuntimeRequest",
11801189
"Attribution",
1190+
"AugmentPromptRequest",
1191+
"AugmentPromptResponse",
11811192
"AuthConfig",
11821193
"AuthType",
11831194
"AutomaticResources",
@@ -1235,6 +1246,7 @@
12351246
"CheckTrialEarlyStoppingStateResponse",
12361247
"Citation",
12371248
"CitationMetadata",
1249+
"Claim",
12381250
"ClientConnectionConfig",
12391251
"CodeExecutionResult",
12401252
"CoherenceInput",
@@ -1253,6 +1265,8 @@
12531265
"CopyModelRequest",
12541266
"CopyModelResponse",
12551267
"CorpusStatus",
1268+
"CorroborateContentRequest",
1269+
"CorroborateContentResponse",
12561270
"CountTokensRequest",
12571271
"CountTokensResponse",
12581272
"CreateArtifactRequest",
@@ -1464,6 +1478,7 @@
14641478
"ExtensionOperation",
14651479
"ExtensionPrivateServiceConnectConfig",
14661480
"ExtensionRegistryServiceClient",
1481+
"Fact",
14671482
"FasterDeploymentConfig",
14681483
"Feature",
14691484
"FeatureGroup",
@@ -1899,7 +1914,9 @@
18991914
"RagFile",
19001915
"RagFileChunkingConfig",
19011916
"RagFileParsingConfig",
1917+
"RagFileTransformationConfig",
19021918
"RagQuery",
1919+
"RagRetrievalConfig",
19031920
"RagVectorDbConfig",
19041921
"RawPredictRequest",
19051922
"RayLogsSpec",
@@ -2185,6 +2202,7 @@
21852202
"UserActionReference",
21862203
"Value",
21872204
"VertexAISearch",
2205+
"VertexAiSearchConfig",
21882206
"VertexRagDataServiceClient",
21892207
"VertexRagServiceClient",
21902208
"VertexRagStore",

google/cloud/aiplatform_v1beta1/gapic_metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5662,6 +5662,16 @@
56625662
"grpc": {
56635663
"libraryClient": "VertexRagServiceClient",
56645664
"rpcs": {
5665+
"AugmentPrompt": {
5666+
"methods": [
5667+
"augment_prompt"
5668+
]
5669+
},
5670+
"CorroborateContent": {
5671+
"methods": [
5672+
"corroborate_content"
5673+
]
5674+
},
56655675
"RetrieveContexts": {
56665676
"methods": [
56675677
"retrieve_contexts"
@@ -5672,6 +5682,16 @@
56725682
"grpc-async": {
56735683
"libraryClient": "VertexRagServiceAsyncClient",
56745684
"rpcs": {
5685+
"AugmentPrompt": {
5686+
"methods": [
5687+
"augment_prompt"
5688+
]
5689+
},
5690+
"CorroborateContent": {
5691+
"methods": [
5692+
"corroborate_content"
5693+
]
5694+
},
56755695
"RetrieveContexts": {
56765696
"methods": [
56775697
"retrieve_contexts"
@@ -5682,6 +5702,16 @@
56825702
"rest": {
56835703
"libraryClient": "VertexRagServiceClient",
56845704
"rpcs": {
5705+
"AugmentPrompt": {
5706+
"methods": [
5707+
"augment_prompt"
5708+
]
5709+
},
5710+
"CorroborateContent": {
5711+
"methods": [
5712+
"corroborate_content"
5713+
]
5714+
},
56855715
"RetrieveContexts": {
56865716
"methods": [
56875717
"retrieve_contexts"

0 commit comments

Comments
 (0)