1.43.0 (2024-02-29)
Features
- Add
update_masktoMatchingEngineIndexupsert_datapoints()to support dynamic metadata update. (81f6a25) - Add Ray on Vertex BigQuery read/write support for Ray 2.9 (e048e3a)
- Add read_bigquery and write_bigquery wrappers for Ray on Vertex (4739118)
- Add transport override to enable the use of REST instead of GRPC (6ab4084)
- Enable Ray cluster creation and registering TensorFlow checkpoint to Vertex with Ray version 2.9 (ff148cd)
- LLM - Add support for batch prediction to
CodeGenerationModel(code-bison) (fbf2f7c) - Support custom
timeoutforMatchingEngineIndexandMatchingEngineIndexEndpointAPIs. (09d1946) - Update ray extras installation in setup.py for Ray 2.9.3 (d947304)
Bug Fixes
- Allow destination directory to exist before we copy. (0b55762)
- LVM - Fixed
VideoSegmentConfigin Multimodal Embeddings API call (665e78c)
Documentation
- Update transport docstrings to include that REST is in preview (a442866)