1.64.0 (2024-08-27)
Features
- Add support for Prediction dedicated endpoint. predict/rawPredict/streamRawPredict can use dedicated DNS to access the dedicated endpoint. (3d68777)
- Add unit tests for Gen AI evaluation module (94289b5)
- GenAI - Added the model Distillation feature (private preview) (a0d4ff2)
- Grounding - Allow initialization of
grounding.VertexAISearchwith full resource name or data store ID, project ID, and location. (f334321) - Make Rouge class available in base level init (aed82a1)
- Read for online store w/private service connect (7af80c6)
- Support autoscaling in Ray on Vertex (961da42)
Bug Fixes
- Fix error in tensorboard uploader thrown when time_series_id is None (d59a052)
- Fix typo in prompt templates: (c8fa7a8)
- Update generative models tests to be parameterized on environment variable name (be4cbea)
Documentation
- samples: Adding code sample for vector search create streaming index (71464e7)