Skip to content

v1.36.1

Compare
Choose a tag to compare
@release-please release-please released this 07 Nov 17:24
9c4decc

1.36.1 (2023-11-07)

Features

  • Add per_crowding_attribute_neighbor_count, approx_num_neighbors, fraction_leaf_nodes_to_search_override, and return_full_datapoint to MatchingEngineIndexEndpoint find_neighbors (33c551e)
  • Add profiler support to tensorboard uploader sdk (be1df7f)
  • Add support for per_crowding_attribute_num_neighbors approx_num_neighborsto MatchingEngineIndexEndpoint match() (e5c20c3)
  • Add support for per_crowding_attribute_num_neighbors approx_num_neighborsto MatchingEngineIndexEndpoint match() (53d31b5)
  • Add support for per_crowding_attribute_num_neighbors approx_num_neighborsto MatchingEngineIndexEndpoint match() (4e357d5)
  • Enable grounding to ChatModel send_message and send_message_async methods (d4667f2)
  • Enable grounding to TextGenerationModel predict and predict_async methods (b0b4e6b)
  • LLM - Added support for the enable_checkpoint_selection tuning evaluation parameter (eaf4420)
  • LLM - Added tuning support for the *-bison-32k models (9eba18f)
  • LLM - Released CodeChatModel tuning to GA (621af52)

Bug Fixes

  • Correct class name in system test (b822b57)

Documentation

  • Clean up RoV create_ray_cluster docstring (1473e19)

Miscellaneous Chores