1.63.0 (2024-08-20)
Features
- A new field
satisfies_pzsis 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_logprobsproperty (de80695) - GenAI - Released the
Promptfeature to Public Preview (64eeab8) - GenAI Evaluation: Add generic model-based
PointwiseMetricandPairwiseMetricclasses that allow customizing metric prompt templates. AddPointwiseMetricPromptTemplate,PairwiseMetricPromptTemplateclasses to help formulate and customize metric prompt templates. Addmetric_column_mappingparameter toEvalTaskfor 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
MetricPromptTemplateExamplesclass to help retrieve model-based metric prompt templates. (fd38b49) - GenAI Evaluation: Release GenAI Evaluation SDK GA features to
vertexai.previewmodule. (fd38b49) - Publish GenAI Evaluation SDK GA features to
vertexai.evaluationmodule. 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)