You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)