-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for 2.13.0 release (#649)
Signed-off-by: Varun Jain <[email protected]>
- Loading branch information
1 parent
c27f712
commit 5279580
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
14 changes: 14 additions & 0 deletions
14
release-notes/opensearch-neural-search.release-notes-2.13.0.0.md
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.13.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.13.0 | ||
|
||
### Features | ||
- Implement document chunking processor with fixed token length and delimiter algorithm ([#607](https://github.com/opensearch-project/neural-search/pull/607/)) | ||
- Enabled support for applying default modelId in neural sparse query ([#614](https://github.com/opensearch-project/neural-search/pull/614) | ||
### Enhancements | ||
- Adding aggregations in hybrid query ([#630](https://github.com/opensearch-project/neural-search/pull/630)) | ||
- Support for post filter in hybrid query ([#633](https://github.com/opensearch-project/neural-search/pull/633)) | ||
### Bug Fixes | ||
- Fix typo for sparse encoding processor factory([#600](https://github.com/opensearch-project/neural-search/pull/600)) | ||
- Add non-null check for queryBuilder in NeuralQueryEnricherProcessor ([#619](https://github.com/opensearch-project/neural-search/pull/619)) | ||
- Fix runtime exceptions in hybrid query for case when sub-query scorer return TwoPhase iterator that is incompatible with DISI iterator ([#624](https://github.com/opensearch-project/neural-search/pull/624)) |