Bug Fixes
- Set
MaxSegmentFileSize
for force merge whenSingleSegmentMergePlanOptions
goes into use (#2050) - Protect code against any bolt failures (#2043)
- Fix size estimation for various field types (#2052)
- Address an out-of-bounds panic that could occur with zapx/v16 in the event of a single non-vector field (#2058)
Improvements
- Support new search params for vector search queries - [
ivf_probe_pct
,ivf_max_codes_pct
] (#2049)