Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 1.21 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

  • Lower bound for min-max normalization technique in hybrid query (#1195)
  • Support filter function for HybridQueryBuilder and NeuralQueryBuilder (#1206)
  • Add Z Score normalization technique (#1224)
  • Support semantic sentence highlighter (#1193)

Enhancements

Bug Fixes

  • Remove validations for unmapped fields (text and image) in TextImageEmbeddingProcessor (#1230)

Infrastructure

Documentation

Maintenance

Refactoring