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.
- Support batchExecute in TextEmbeddingProcessor and SparseEncodingProcessor (#743)
- 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)
- Total hit count fix in Hybrid Query (756)
- Fix map type validation issue in multiple pipeline processors (#661)