Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 1.58 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

  • Support batchExecute in TextEmbeddingProcessor and SparseEncodingProcessor (#743)

Enhancements

  • Pass empty doc collector instead of top docs collector to improve hybrid query latencies by 20% (#731)
  • Optimize parameter parsing in text chunking processor (#733)
  • Use lazy initialization for priority queue of hits and scores to improve latencies by 20% (#746)

Bug Fixes

  • Total hit count fix in Hybrid Query (756)
  • Fix map type validation issue in multiple pipeline processors (#661)

Infrastructure

Documentation

Maintenance

Refactoring