Skip to content

v1.29.0

Compare
Choose a tag to compare
@release-please release-please released this 03 Aug 11:51
77ed9ef

1.29.0 (2023-08-02)

Features

  • Add preview CustomJob which can be run on persistent resource (56906b0)
  • LLM - Support for Batch Prediction for the textembedding models (preview) (a368538)
  • LLM - Support tuning for the code-bison model (preview) (e4b23a2)
  • LVM - Large Vision Models SDK (preview release). Support for image captioning and image QnA (imagetext model) and multi modal embedding (multimodelembedding model) (preview) (9bbf1ea)

Bug Fixes

  • LLM - Fixed get_tuned_model for the future models that are not text-bison (1adf72b)

Documentation

  • Fix auto-generated pydoc for language_models (7d72bd1)
  • LLM - Made it possible to provide message history to CodeChatModel when starting chat. (cf46145)