Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

26 lines (23 loc) · 1.22 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

Bug Fixes

Infrastructure

Documentation

Maintenance

Refactoring

Features

Enhancements

Bug Fixes

  • Corrected search logic for scenario with non-existent fields in filter #1874

Infrastructure

Documentation

Maintenance

Refactoring

  • Introduce KNNVectorValues interface to iterate on different types of Vector values during indexing and search #1897
  • Clean up parsing for query #1824
  • Refactor engine package structure #1913