You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0
4
+
5
+
### Enhancements
6
+
7
+
* Allow custom field name for storing previous rerank score to avoid overwriting existing document fields ([#1880](https://github.com/opensearch-project/neural-search/pull/1880))
8
+
* Improve hybrid query filter validation error message to provide guidance on combining multiple filters ([#1870](https://github.com/opensearch-project/neural-search/pull/1870))
* Block hybrid query execution with `dfs_query_then_fetch` search type to prevent incorrect results ([#1873](https://github.com/opensearch-project/neural-search/pull/1873))
14
+
* Fix hybrid query explanation producing a single normalization block instead of per-sub-query blocks for indices with nested fields ([#1876](https://github.com/opensearch-project/neural-search/pull/1876))
15
+
16
+
### Infrastructure
17
+
18
+
* Fix Check Workflow Events CI job by adding `pr_review.yml` to the allowlist and removing stray YAML fragment ([#1901](https://github.com/opensearch-project/neural-search/pull/1901))
19
+
* Fix flaky `HybridQueryExplainIT` explanation test by using per-document `_id` assertions ([#1900](https://github.com/opensearch-project/neural-search/pull/1900))
20
+
* Onboard new backport-pr reusable GitHub workflow ([#1881](https://github.com/opensearch-project/neural-search/pull/1881))
0 commit comments