-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add release note and prepare changelog for next release Signed-off-by: Vijayan Balasubramanian <[email protected]> (cherry picked from commit 34a8b4f) Co-authored-by: Vijayan Balasubramanian <[email protected]>
- Loading branch information
1 parent
5b3c4f8
commit cd311af
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Version 2.15.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.15.0 | ||
|
||
### Features | ||
* Use the Lucene Distance Calculation Function in Script Scoring for doing exact search [#1699](https://github.com/opensearch-project/k-NN/pull/1699) | ||
### Enhancements | ||
* Add KnnCircuitBreakerException and modify exception message [#1688](https://github.com/opensearch-project/k-NN/pull/1688) | ||
* Add stats for radial search [#1684](https://github.com/opensearch-project/k-NN/pull/1684) | ||
* Support script score when doc value is disabled and fix misusing DISI [#1696](https://github.com/opensearch-project/k-NN/pull/1696) | ||
* Add validation for pq m parameter before training starts [#1713](https://github.com/opensearch-project/k-NN/pull/1713) | ||
### Bug Fixes | ||
* Block commas in model description [#1692](https://github.com/opensearch-project/k-NN/pull/1692) | ||
* Update threshold value after new result is added [#1715](https://github.com/opensearch-project/k-NN/pull/1715) |