Change8

v2.5.7

📦 milvusView on GitHub →
4 features🐛 5 fixes🔧 3 symbols

Summary

This release introduces new features like weighted reranker support and enhanced bulk import capabilities, alongside several bug fixes related to batch insertion, parameter validation, and deprecated type removal.

✨ New Features

  • Added force_drop parameter to drop_role method for role deletion.
  • Implemented weighted reranker to allow skip score normalization.
  • Added options parameter for bulk_import interface.
  • Added Optional CA Certificate Support to Bulk Import Functions.

🐛 Bug Fixes

  • Retry batch insert will now use changed entities if enabled.
  • Raise ParamError if index parameters are incorrect.
  • Removed deprecated numpy.bool8 usage.
  • Fixed None return for validate.
  • Omitted empty index types during operations.

Affected Symbols