1.40.0 (2024-01-24)
Features
- Add
return_full_datapointforMatchEngineIndexEndpointmatch(). (ad8d9c1) - Add batch delete method in preview pipeline job class and unit test. (b0b604e)
- Add option to not overwrite table in Ray on Vertex BQ Write (a99e992)
- Add query by id for
MatchingEngineIndexEndpointfind_neighbors()public endpoint query. (42c7e08) - Add support for
low_level_batch_sizeinmatch()forMatchingEngineIndexEndpointprivate query. (67e593b) - Added Public Preview support for PersistentResource management (262a36b)
- Enable inline context in grounding to TextGenerationModel predict. (a75e81c)
- Fix dataset export system test (1fbf049)
- LVM - Added the
MultiModalEmbeddingModel.get_embeddings(dimension=...)parameter (1d9bd23) - Support empty index for
MatchingEngineIndexcreate index. (a00db07) - Support private service connect for
MatchingEngineIndexEndpointmatch()andread_index_datapoints(). (61cff4b)
Bug Fixes
- Fix example usage of batch delete pipelinejobs. (3b28d64)
- Fix experiments failure when backing tensorboard has been deleted. (e7a197e)
- Fix message to Json parse issue in Dataset class (066f32d)
- Fix typo in raise exception when tool is unsupported (2301d79)
- Fixed the PipelineJob bucket creation after a breaking change in Google Cloud Storage client library (a8b01e0), closes #2936
- Increase memory for Ray on Vertex default machine type (e6bcb17)
- Use https to connect through Ray dashboard (7af3e67)