Skip to content

2.6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 21:18
· 830 commits to refs/heads/main since this release
1d91e12

Compatible with OpenSearch 2.6.0.

Experimental Features

  • enable prebuilt model. (#729)

Enhancements

  • tune error message for no ML node case (#699)
  • [experimental] Enhance profile API to add model centric result controlled by view parameter (#714)
  • [experimental] tune model config: change pooling mode to optional (#724)
  • check state before deleting model or task (#725)

Bug Fixes

  • fixing gradle issue (#735)
  • fix delete model API (#748)

Documentation

  • Update gpu doc with docker test (#702)
  • add text embedding API example doc (#710)
  • fix profile API in example doc (#712)
  • change model url to public repo in text embedding model example doc (#713)
  • json listing of all the pretrianed models (#730)

Maintenance

  • Increment version to 2.6.0-SNAPSHOT (#671)

Refactoring

  • add DL model class (#722)