Skip to content

v1.97.0

Latest
Compare
Choose a tag to compare
@release-please release-please released this 11 Jun 06:30
da09275

1.97.0 (2025-06-11)

Features

  • Add GenAI client (experimental) (166b747)
  • Expose UrlContextMetadata API to v1 (b57cbd3)
  • Expose UrlContextMetadata API to v1beta1 (b57cbd3)
  • Integration with Vertex AI Multimodal Datasets: Update train_dataset and validation_dataset in sft.train() docstring to include the Vertex Multimodal Dataset as a dataset source option. (eac1de0)
  • RAG - Introduce configuration to corpus types, with DocumentCorpus and MemoryCorpus options. (ede4b5b)

Bug Fixes

  • Add default auth scope (3d747e7)
  • Add support for ADK Agents as a supported type for agent engine (6b177ca)
  • Set memory corpus configuration into RagCorpus object. (39d3c70)