v2.5.4
📦 milvusView on GitHub →
✨ 1 features🐛 6 fixes🔧 5 symbols
Summary
This release simplifies search parameter structures, adds recall support to milvus_client, and fixes several bugs related to iterators and search parameter handling.
✨ New Features
- Support recalls for milvus_client.
🐛 Bug Fixes
- Corrected the primary field name used in Hits.
- Resolved iterator mismatch issue when altering alias and database.
- Used a dummy call for search iterator v2 compatibility.
- Unset collection_name for search iterator_v1.
- Ensured search_param is copied instead of being modified directly.
- Fixed an issue preventing publishing to too many destinations in one action.