Releases: googleapis/python-aiplatform
Releases · googleapis/python-aiplatform
v1.70.0
1.70.0 (2024-10-08)
Features
- Add a dynamic retrieval API (44df243)
- Add enable_secure_private_service_connect in service attachment (44df243)
- Add new
PscInterfaceConfig
field topipeline_job.proto
(44df243) - Add psc_automation_configs to DeployIndex v1 (44df243)
- Add TunedModelRef and RebaseTunedModel Api for Vertex GenAiTuningService (44df243)
- Add TunedModelRef and RebaseTunedModel Api for Vertex GenAiTuningService (44df243)
- Add update_corpus method for vertex rag (09353cf)
- Automatically end Experiment runs when Tensorboard CustomJob is complete (30cf221)
- Vision Models - Add new safety filter levels to Vertex AI Image Generation API. (b1d5007)
Bug Fixes
- Annotate PipelineJob and PipelineTaskRerunConfig fields as optional (44df243)
- Update the docstring for LangchainAgent (f7fe2b0)
Documentation
v1.69.0
v1.68.0
1.68.0 (2024-09-24)
Features
- A new field
response_logprbs
is added to message.google.cloud.aiplatform.v1.GenerationConfig
(#4410) (470933f) - Add support for partial failures sink in import rag files. (8070411)
- Add support for SharePoint as a ImportRagFiles source. (f89df1f)
- Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK (d4193f2)
- Batch_predict method generally-available at TextEmbeddingModel. (73c0dae)
- GenAI - Add model routing config to sdk (c0626fe)
- GenAI - Add support for logprobs and response_logprobs. (7acf0f7)
Bug Fixes
- Fix rag corpus creation error (d25edce)
- Fix typo in eval_task docstring (86fc215)
- Fix typos in evaluation example metric prompt templates. (5f4d586)
- GenAI - Fixed
GenerativeModel.compute_tokens
for v1 API (4637b4c) - Tensorboard - Fix error in tensorboard batch upload of nested dirs (86be328)
Documentation
v1.67.1
v1.67.0
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
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
1.65.0 (2024-09-04)
⚠ BREAKING CHANGES
- Tokenization - Deprecated
ComputeTokenResult.token_info_list
in favor ofComputeTokenResult.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
andtools
support toGenerativeModel.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 ofComputeTokenResult.tokens_info
(efbcb54)
Bug Fixes
v1.64.0
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
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
andPairwiseMetric
classes that allow customizing metric prompt templates. AddPointwiseMetricPromptTemplate
,PairwiseMetricPromptTemplate
classes to help formulate and customize metric prompt templates. Addmetric_column_mapping
parameter toEvalTask
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
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)