1.49.0 (2024-04-27)
Features
- Add additional parameters for
GenerationConfig(0599ca1) - Add FeatureNormType to
MatchingEngineIndexConfig. (c0e7acc) - Add mappings to pipeline templates for text-embedding models. (6279924)
- Add support for TPU v5 lite pod(v5e) for custom training jobs. Custom training jobs now accept the v5e machine types as listed in https://cloud.google.com/tpu/docs/tpus-in-gke#v5e. (415912e)
- Fix typo in Vertex Feature Store SDK. (b5404e7)
- GenAI - Improved the exception messages when candidates, parts or text are not available (e82264d)
- Support PreflightValidation in Preview PipelineJob submit function. (e88dc0d)
- Tune_model method for class TextEmbeddingModel. (3eda55d)
- Vertex RAG for enhanced generative AI (39b5149)
Bug Fixes
- GCS Bucket subdirectory not being creating while using ReasoningEngine create method (3d22a18)
- GenAI - Fixed the
Part.mime_typeproperty (819a44e) - Handle missing import for RunnableConfig when generating schema for LangChain templates (76c5d6d)
- Parse intermediate steps from LangChain into JSON. (754c89d)
- Register TensorFlow models from Ray checkpoints for more recent TensorFlow version, addressing the deprecation of SavedModel format in keras 3 (1341e2c)
- Tensorboard uploader - move remaining tensorboard uploader code to aiplatform (f34094b)