Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Google.Cloud.AIPlatform.V1Beta1] add Pinecone and Vector Search integration for Vertex RAG #13512

Merged

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Sep 11, 2024

  • Regenerate this pull request now.

PiperOrigin-RevId: 673087899

Source-Link: googleapis/googleapis@afb6b35

Source-Link: https://github.com/googleapis/googleapis-gen/commit/00a4515ab465e98d56627075675209631ee51f39
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQUlQbGF0Zm9ybS5WMUJldGExLy5Pd2xCb3QueWFtbCIsImgiOiIwMGE0NTE1YWI0NjVlOThkNTY2MjcwNzU2NzUyMDk2MzFlZTUxZjM5In0=

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 11, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 11, 2024
Copy link

Pull request diff results
OwlBot post-processor has not run: failing diff.

PiperOrigin-RevId: 673087899

Source-Link: googleapis/googleapis@afb6b35

Source-Link: googleapis/googleapis-gen@00a4515
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQUlQbGF0Zm9ybS5WMUJldGExLy5Pd2xCb3QueWFtbCIsImgiOiIwMGE0NTE1YWI0NjVlOThkNTY2MjcwNzU2NzUyMDk2MzFlZTUxZjM5In0=
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review September 11, 2024 00:10
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-apis-Google_Cloud_AIPlatform_V1Beta1 branch from ed27cf3 to 75070f4 Compare September 11, 2024 00:10
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners September 11, 2024 00:10
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 11, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 11, 2024
Copy link

Pull request diff results
Finding changes in Google.Cloud.AIPlatform.V1Beta1...
Comparing old and new versions (by source)
Minor changes:
Class 'RagVectorDbConfig'; property 'RagVectorDbConfig.Types.Pinecone Pinecone { get; set; }' added.
Class 'RagVectorDbConfig'; property 'RagVectorDbConfig.Types.VertexVectorSearch VertexVectorSearch { get; set; }' added.
Class 'RagVectorDbConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.RagVectorDbConfig::PineconeFieldNumber' added.
Class 'RagVectorDbConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.RagVectorDbConfig::VertexVectorSearchFieldNumber' added.
Class 'RagVectorDbConfig.Types.Pinecone' added.
Class 'RagVectorDbConfig.Types.VertexVectorSearch' added.
Enum 'RagVectorDbConfig.VectorDbOneofCase' entry 'VertexVectorSearch' added.
Enum 'RagVectorDbConfig.VectorDbOneofCase' entry 'Pinecone' added.

Diff level: Minor

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta02
Differences from 1.0.0-beta02
Minor changes:
Class 'ImportRagFilesConfig'; method 'void ClearPartialFailureSink()' added.
Class 'ImportRagFilesConfig'; property 'BigQueryDestination PartialFailureBigquerySink { get; set; }' added.
Class 'ImportRagFilesConfig'; property 'GcsDestination PartialFailureGcsSink { get; set; }' added.
Class 'ImportRagFilesConfig'; property 'ImportRagFilesConfig.PartialFailureSinkOneofCase PartialFailureSinkCase { get; }' added.
Class 'ImportRagFilesConfig'; property 'SharePointSources SharePointSources { get; set; }' added.
Class 'ImportRagFilesConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.ImportRagFilesConfig::PartialFailureBigquerySinkFieldNumber' added.
Class 'ImportRagFilesConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.ImportRagFilesConfig::PartialFailureGcsSinkFieldNumber' added.
Class 'ImportRagFilesConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.ImportRagFilesConfig::SharePointSourcesFieldNumber' added.
Enum 'ImportRagFilesConfig.ImportSourceOneofCase' entry 'SharePointSources' added.
Enum 'ImportRagFilesConfig.PartialFailureSinkOneofCase' added.
Class 'ImportRagFilesResponse'; method 'void ClearPartialFailuresBigqueryTable()' added.
Class 'ImportRagFilesResponse'; method 'void ClearPartialFailuresGcsPath()' added.
Class 'ImportRagFilesResponse'; method 'void ClearPartialFailureSink()' added.
Class 'ImportRagFilesResponse'; property 'ImportRagFilesResponse.PartialFailureSinkOneofCase PartialFailureSinkCase { get; }' added.
Class 'ImportRagFilesResponse'; property 'Boolean HasPartialFailuresBigqueryTable { get; }' added.
Class 'ImportRagFilesResponse'; property 'Boolean HasPartialFailuresGcsPath { get; }' added.
Class 'ImportRagFilesResponse'; property 'String PartialFailuresBigqueryTable { get; set; }' added.
Class 'ImportRagFilesResponse'; property 'String PartialFailuresGcsPath { get; set; }' added.
Class 'ImportRagFilesResponse'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.ImportRagFilesResponse::PartialFailuresBigqueryTableFieldNumber' added.
Class 'ImportRagFilesResponse'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.ImportRagFilesResponse::PartialFailuresGcsPathFieldNumber' added.
Enum 'ImportRagFilesResponse.PartialFailureSinkOneofCase' added.
Class 'RagVectorDbConfig'; property 'RagVectorDbConfig.Types.Pinecone Pinecone { get; set; }' added.
Class 'RagVectorDbConfig'; property 'RagVectorDbConfig.Types.VertexVectorSearch VertexVectorSearch { get; set; }' added.
Class 'RagVectorDbConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.RagVectorDbConfig::PineconeFieldNumber' added.
Class 'RagVectorDbConfig'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.RagVectorDbConfig::VertexVectorSearchFieldNumber' added.
Class 'RagVectorDbConfig.Types.Pinecone' added.
Class 'RagVectorDbConfig.Types.VertexVectorSearch' added.
Enum 'RagVectorDbConfig.VectorDbOneofCase' entry 'VertexVectorSearch' added.
Enum 'RagVectorDbConfig.VectorDbOneofCase' entry 'Pinecone' added.
Class 'SharePointSources' added.
Class 'SharePointSources.Types' added.
Class 'SharePointSources.Types.SharePointSource' added.
Enum 'SharePointSources.Types.SharePointSource.DriveSourceOneofCase' added.
Enum 'SharePointSources.Types.SharePointSource.FolderSourceOneofCase' added.

Diff level: Minor

Finished comparisons for Google.Cloud.AIPlatform.V1Beta1

@amanda-tarafa amanda-tarafa merged commit a63a2f8 into main Sep 11, 2024
12 checks passed
@amanda-tarafa amanda-tarafa deleted the owl-bot-copy-apis-Google_Cloud_AIPlatform_V1Beta1 branch September 11, 2024 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant