Skip to content

v1.32.0

Compare
Choose a tag to compare
@release-please release-please released this 06 Sep 14:57
5dba09b

1.32.0 (2023-09-05)

Features

  • LLM - Added stop_sequences parameter to streaming methods and CodeChatModel (d62bb1b)
  • LLM - Improved the handling of temperature and top_p in streaming (6566529)
  • Support bigframes sharded parquet ingestion at remote deserialization (Tensorflow) (a8f85ec)
  • Release Vertex SDK Preview (c60b9ca)
  • Allow setting default service account (d11b8e6)

Bug Fixes

  • Fix feature update since no LRO is created (468e6e7)
  • LLM - CodeGenerationModel now supports safety attributes (c2c8a5e)
  • LLM - Fixed batch prediction on tuned models (2a08535)
  • LLM - Fixed the handling of the TextEmbeddingInput.task_type parameter. (2e3090b)
  • Make statistics Optional for TextEmbedding. (7eaa1d4)