Skip to content

Commit

Permalink
Added release notes for 2.10 release (#277) (#287) (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Navneet Verma <[email protected]>
(cherry picked from commit adecea5)

Co-authored-by: Navneet Verma <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and navneet1v authored Sep 7, 2023
1 parent 31486a4 commit 9476d43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Maintenance
### Refactoring

## [Unreleased 2.x](https:/opensearch-project/neural-search/compare/2.7...2.x)
## [Unreleased 2.x](https:/opensearch-project/neural-search/compare/2.10...2.x)
### Features
* Added Score Normalization and Combination feature ([#241](https:/opensearch-project/neural-search/pull/241/))
### Enhancements
* Changed format for hybrid query results to a single list of scores with delimiter ([#259](https:/opensearch-project/neural-search/pull/259))
* Added validations for score combination weights in Hybrid Search ([#265](https:/opensearch-project/neural-search/pull/265))
* Made hybrid search active by default ([#274](https:/opensearch-project/neural-search/pull/274))
### Bug Fixes
### Infrastructure
### Documentation
### Maintenance
### Refactoring
### Refactoring
11 changes: 11 additions & 0 deletions release-notes/opensearch-neural-search.release-notes-2.10.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 2.10.0.0 Release Notes

Compatible with OpenSearch 2.10.0

### Features
* Improved Hybrid Search relevancy by Score Normalization and Combination ([#241](https:/opensearch-project/neural-search/pull/241/))

### Enhancements
* Changed format for hybrid query results to a single list of scores with delimiter ([#259](https:/opensearch-project/neural-search/pull/259))
* Added validations for score combination weights in Hybrid Search ([#265](https:/opensearch-project/neural-search/pull/265))
* Made hybrid search active by default ([#274](https:/opensearch-project/neural-search/pull/274))

0 comments on commit 9476d43

Please sign in to comment.