1.44.0 (2024-03-13)
Features
- Add custom tool context manager for telemetry (b30f5a6)
- Add display experiment button for Ipython environments (0b33bdd)
- Allow module_name to be specified with the base logger. (c01df66)
- Enable Ray cluster creation with custom_image for each Resource (f90c9cc)
- GenAI - Added
function_callsshortcut property toCandidateclass. (d6490ff) - LLM - Added support for the
max_context_lengthtuning parameter (e5daae9) - Support
shard_sizeforMatchingEngineIndexcreate index. (6dbf7d3) - Use colab enterprise enviroment variables to infer project_id and region (5baf5f8)
Bug Fixes
- Batch read tensorboard time series data to allow reading more than 20 time series metrics. (6e3eac2)
- GenAI - Fixed
get_tuned_modeldeploying the model every time (e1c7870) - GenAI - Improved
from_dictmethods for content types (GenerationResponse,Candidate,Content,Part) (613ce69) - Improve import time by moving TensorFlow to lazy import (f294ba8)
- LVM - Added support for GCS
storage.googleapis.comURL import invision_models.Image(2690e72) - Raise AttributeError for accessing non-existent fields of a proto. (b91edf5)