1.50.0 (2024-05-02)
Features
- Add
Candidate.grounding_metadataproperty (b22a8b8) - Add option to not include time_series_metrics in get_experiment_df call. This will improve execution time for Experiments with large number of runs. (78a95c5)
- Add tune_model and deploy_tuned_model for TextEmbeddingModel. (42f5d6f)
- Automatically populate parents for full resource name in Vertex RAG SDK (26657ff)
- Deploy a tuned text embedding model -- it doesn't matter, if it's tuned using Node.js, or curl. (8ca9cdf)
- Make get_embeddings work both for foundational & tuned models. (b8b589c)
- Python SDK for Vertex Model Monitoring V2. (021d59f)
- Support public endpoint for Ray Client (57a5f78)
Bug Fixes
- Add deprecation warnings when using Ray v2.4 (3a36784)
- Append allowed_plugins in tb-gcp-uploader to default allowed plugins (aab9c3e)
- LLM - Added missing parameters to the no-op
_TunableTextEmbeddingModelMixin.get_tuned_modelmethod (eb05ac4) - LVM - Fixed the typo in the VisionModel aspect ratio type annotation (2d19137)
- Move torch import (e6d34df)
- Ray - Fixed exception when using Ray 2.4 (2661f52)