Skip to content

Releases: googleapis/python-aiplatform

v1.67.1

18 Sep 23:15
c326aa5
Compare
Choose a tag to compare

1.67.1 (2024-09-18)

Bug Fixes

  • Fix rag corpus creation error (6083b93)

v1.67.0

17 Sep 22:33
10d9105
Compare
Choose a tag to compare

1.67.0 (2024-09-17)

Features

  • Add support for partial failures sink in import rag files. (07e471e)
  • Adding Feature Store Vector DB option for RAG corpuses to SDK (cfc3421)
  • Adding Pinecone Vector DB option for RAG corpuses to SDK (f78b953)
  • Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK (f882657)
  • Allow customizing pipeline caching options for model evaluation jobs. (73490b2)
  • GenAI - Switched the GA version of the generative_models classes to use the v1 service APIs instead of v1beta1 (66d84af)

Bug Fixes

  • GenAI - Fixed GenerativeModel.compute_tokens for v1 API (0de2987)
  • Tensorboard - Fix error in tensorboard batch upload of nested dirs (ab157c8)

Documentation

  • Manually add summary overview page. (0bc608a)

v1.66.0

11 Sep 06:10
9ef9951
Compare
Choose a tag to compare

1.66.0 (2024-09-11)

Features

  • Add max_wait_duration option to custom jobs. (ee65917)
  • Add Ray 2.33 support to SDK Client Builder, remove deprecated protocol_version from ray client context. (708a67b)
  • Add support for version 2.33 for RoV Bigquery read/write, remove dead code from version 2.4 (a4b6c60)
  • Update Ray system tests to be compatible with new RoV 2.33 changes (8c7bf27)
  • Update setup.py for including Ray v2.33, restrict RoV prediction to 2.9.3 for now (71c6f3c)

Bug Fixes

  • Identify nested Vertex Tensorboard profile runs for uploading when standard event data is not present (0a08027)
  • Move region tag to include imports (6d1f7fd)
  • Move region tag to include imports (#4357) (6d1f7fd)
  • Rollback change to tensorboard uploader causing increased latency (879dbcd)

Documentation

  • Update SDK Job Submission with Ray v2.33 updated comments (7fda11f)

v1.65.0

05 Sep 03:17
819e9ff
Compare
Choose a tag to compare

1.65.0 (2024-09-04)

⚠ BREAKING CHANGES

  • Tokenization - Deprecated ComputeTokenResult.token_info_list in favor of ComputeTokenResult.tokens_info

Features

  • Add support for system instruction and tools in tokenization. (72fcc06)
  • Add vector search alpha to rag retrieval for hybrid search ranking (6624ebe)
  • Adding Weaviate Vector DB option for RAG corpuses to SDK (9b28202)
  • GenAI - Added system_instruction and tools support to GenerativeModel.count_tokens (50fca69)
  • GenAI - Added Llama3 support in GenAI batch prediction (6166152)
  • PrivateEndpoint.stream_raw_predict (197f333)
  • Support reserved_ip_ranges for VPC network in Ray on Vertex cluster (36a56b9)
  • Tokenization - Deprecated ComputeTokenResult.token_info_list in favor of ComputeTokenResult.tokens_info (efbcb54)

Bug Fixes

  • Tensorboard - Fixed bug in tensorboard uploader where profile logs are not uploaded from nested run directories. (37627de)
  • Tokenizers - Fixed Tokenizer.compute_tokens (c29fa5d)

v1.64.0

28 Aug 00:57
6235f54
Compare
Choose a tag to compare

1.64.0 (2024-08-27)

Features

  • Add support for Prediction dedicated endpoint. predict/rawPredict/streamRawPredict can use dedicated DNS to access the dedicated endpoint. (3d68777)
  • Add unit tests for Gen AI evaluation module (94289b5)
  • GenAI - Added the model Distillation feature (private preview) (a0d4ff2)
  • Grounding - Allow initialization of grounding.VertexAISearch with full resource name or data store ID, project ID, and location. (f334321)
  • Make Rouge class available in base level init (aed82a1)
  • Read for online store w/private service connect (7af80c6)
  • Support autoscaling in Ray on Vertex (961da42)

Bug Fixes

  • Fix error in tensorboard uploader thrown when time_series_id is None (d59a052)
  • Fix typo in prompt templates: (c8fa7a8)
  • Update generative models tests to be parameterized on environment variable name (be4cbea)

Documentation

  • samples: Adding code sample for vector search create streaming index (71464e7)

v1.63.0

20 Aug 20:26
fdb14bf
Compare
Choose a tag to compare

1.63.0 (2024-08-20)

Features

  • A new field satisfies_pzs is added to message .google.cloud.aiplatform.v1.BatchPredictionJob (#4192) (6919037)
  • Add advanced PDF parsing option for RAG file import (6e1dc06)
  • Add multithreading for custom metric computation. (2c93fc1)
  • Add progress bar for generating inference. (b78714f)
  • Add progress bar to custom metrics. (3974aec)
  • Add Prompt class support for configs and Prompt.generate_content wrapper (7f1e031)
  • GenAI - Added seed parameter to the GenerationConfig class (9f1e073)
  • GenAI - Added the Candidate.avg_logprobs property (de80695)
  • GenAI - Released the Prompt feature to Public Preview (64eeab8)
  • GenAI Evaluation: Add generic model-based PointwiseMetric and PairwiseMetric classes that allow customizing metric prompt templates. Add PointwiseMetricPromptTemplate, PairwiseMetricPromptTemplate classes to help formulate and customize metric prompt templates. Add metric_column_mapping parameter to EvalTask for metric prompt template input variable name mapping. (fd38b49)
  • GenAI Evaluation: Open source model-based metric prompt template examples for Gemini 1.5 Pro autorater. Add MetricPromptTemplateExamples class to help retrieve model-based metric prompt templates. (fd38b49)
  • GenAI Evaluation: Release GenAI Evaluation SDK GA features to vertexai.preview module. (fd38b49)
  • Publish GenAI Evaluation SDK GA features to vertexai.evaluation module. Switch GenAI Evaluation Service client to v1 version. (45e4251)

Bug Fixes

  • Add support of display_name to create_cached_content in python SDK (ecc2d54)
  • Always upload the pickled object and dependencies tarball when creating ReasoningEngine (34ef5a3)
  • Remove grouding attribution (f6ece65)

Documentation

  • Update Prompt docstring for batch prompting (e96b6e6)

v1.62.0

13 Aug 19:28
68af9c3
Compare
Choose a tag to compare

1.62.0 (2024-08-13)

Features

  • Add metadata to evaluation result. (375095e)
  • Add Prompt class for multimodal prompt templating (1bdc235)
  • Add support for query method in Vertex AI Extension SDK (0008735)
  • Add support for reservation affinity in custom training jobs. (802609b)
  • Add support for strategy in custom training jobs. (a076191)
  • Adding spot, reservation_affinity to Vertex SDK (3e785bd)
  • Support api keys in initializer and create_client (7404f67)
  • Support creating optimized online store with private service connect (659ba3f)
  • Support disable Cloud logging in Ray on Vertex (accaa97)
  • Support PSC-Interface in Ray on Vertex (accaa97)

Bug Fixes

  • Added credentials, project, and location on PipelineJobSchedule init (281c171)
  • Avoid breakage of langchain from orjson 3.10.7 (c990f73)
  • Deprecate disable_attribution in GoogleSearchRetrieval. (c68d559)

Documentation

  • Update the docstring for compute_tokens method. (849e8d4)

v1.61.0

06 Aug 21:54
40fb5c4
Compare
Choose a tag to compare

1.61.0 (2024-08-05)

Features

  • Add a warning message for scheduled deprecation of Coherence metric class (7f238fb)
  • Add deprecation messages for all model-based metric classes (71c0fd3)
  • Add support for task type (CODE_RETRIEVAL_QUERY) through get_embeddings. (f2ce1e4)
  • Add system_instruction to LangchainAgent template. (c71c3dd)
  • Adding Slack and Jira data connector for RAG to SDK (d92e7c9)
  • Allow protobuf 5.x (ce9cd5d)
  • LVM - Release ImageGenerationModel to GA (718c199)
  • Support "update" for reasoning engine. (b73ef3e)
  • Update Rapid Evaluation Service QPS. Add a customizable evaluation service QPS parameter. (9ee9289)

Documentation

  • Change init sample to use vertexai (829e0f6)
  • Make small fixes to file import documentation (f7d65c3)

v1.60.0

24 Jul 17:14
f7ba9c1
Compare
Choose a tag to compare

1.60.0 (2024-07-24)

Features

  • Add preflight validations to PipelineJob submit and run methods. (c5a3535)
  • Add support for langchain v0.2+ package versions in default installation (259b638)
  • GenAI - Added tokenization support via GenerativeModel.compute_tokens (cfe0cc6)
  • GenAI - ContextCaching - allow from_cached_content to take the cached_content resource name (8f53902)
  • Make count_tokens generally-available at TextEmbeddingModel. (efb8413)

Bug Fixes

  • Avoid throw error when Part.text is empty in modality content checks (bbd4a49)
  • Correct logit_bias type annotation to accept keys as strings (2676d25)
  • Create FV embedding dimensions sample - dimensions should be an int (2aa221e)
  • Fix the sync option for Model Monitor job creation (22151e2)
  • Include DeploymentResourcePool class in aiplatform top-level sdk module (ecc4f09)
  • Overriding the current TracerProvider when enabling tracing (1476c10)
  • Pass the project ID from vertexai.init to CloudTraceSpanExporter when enable_tracing=True for LangchainAgent (3ec043e)

Documentation

  • GenAI - Update README.md for Vertex Generative AI SDK for Python to add subsections to the right nav. (42af742)

v1.59.0

09 Jul 22:32
fcdcc11
Compare
Choose a tag to compare

1.59.0 (2024-07-09)

Features

  • Add model and contents fields to ComputeTokensRequest v1 (f6e7b9c)
  • Add model and contents fields to ComputeTokensRequest v1beta1 (f6e7b9c)
  • Add role field to TokensInfo v1 (f6e7b9c)
  • Add role field to TokensInfo v1beta1 (f6e7b9c)
  • GenAI - Tuning - Released the Supervised Fine Tuning feature o GA (ae47639)

Bug Fixes

  • deps: Require proto-plus 1.22.3 (4131e65)
  • Offline store - set application name + remove session param (7395665)