Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

39 lines (36 loc) · 3.05 KB

CHANGELOG

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.

Features

Enhancements

  • Set neural-search plugin 3.0.0 baseline JDK version to JDK-2 (#838)

Bug Fixes

  • Fix for nested field missing sub embedding field in text embedding processor (#913)

Infrastructure

Documentation

Maintenance

Refactoring

Features

  • Pagination in Hybrid query (#1048)
  • Implement Reciprocal Rank Fusion score normalization/combination technique in hybrid query (#874)

Enhancements

  • Explainability in hybrid query (#970)
  • Support new knn query parameter expand_nested (#1013)
  • Implement pruning for neural sparse ingestion pipeline and two phase search processor (#988)
  • Support empty string for fields in text embedding processor (#1041)
  • Optimize ML inference connection retry logic (#1054)
  • Support for builder constructor in Neural Query Builder (#1047)

Bug Fixes

  • Address inconsistent scoring in hybrid query results (#998)
  • Fix bug where ingested document has list of nested objects (#1040)
  • Fixed document source and score field mismatch in sorted hybrid queries (#1043)
  • Update NeuralQueryBuilder doEquals() and doHashCode() to cater the missing parameters information (#1045).
  • Fix bug where embedding is missing when ingested document has "." in field name, and mismatches fieldMap config (#1062)

Infrastructure

Documentation

Maintenance

  • Add reindex integration tests for ingest processors (#1075)
  • Fix github CI by adding eclipse dependency in formatting.gradle (#1079)

Refactoring