Skip to content

2.10.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 22:41
· 445 commits to main since this release
e437016

Version 2.10.0.0 Release Notes

Compatible with OpenSearch 2.10.0

Features

  • Add Clear Cache API (#740)

Enhancements

  • Enabled the IVF algorithm to work with Filters of K-NN Query. (#1013)
  • Improved the logic to switch to exact search for restrictive filters search for better recall. (#1059)
  • Added max distance computation logic to enhance the switch to exact search in filtered Nearest Neighbor Search. (#1066)

Bug Fixes

  • Update Faiss parameter construction to allow HNSW+PQ to work (#1074)

Maintenance

  • Update Guava Version to 32.0.1 (#1019)

Refactoring

  • Fix TransportAddress Refactoring Changes in Core (#1020)