1.5.0-beta.5 (2026-03-09)
Features Added
- Adds support for float 16 datatype for vector embedding policy. See PR 25707
- Improved the performance of the built-in ReadMany implementation. See PR 26007
Breaking Changes
- Removed
QueryEnginefield fromReadManyOptions. ReadMany now always uses the built-in Go-native implementation.
Other Changes
- Small performance optimizations to API's using query engine. See PR 25669