PyMilvus 2.4.5 Release Notes
New features
Enhancements
- Export indexed rows for describe_index (#2148) by @xiaocai2333 in #2149
- Refine the error message for type mismatches during data insertion (#2156) by @xiaocai2333 in #2157
- Add database operations to MilvusClient (#2152) by @ashkrisk in #2164
- enhance: Remove the logic to set replica_number=1 by default (#2163) by @weiliu1031 in #2167
- enhance: enable setting properties during create database (#2168) by @weiliu1031 in #2174
- enhance:expose reduce_stop_for_best to users(#2181) by @MrPresent-Han in #2188
- enhance: hide zero values when printing by @SimFG in #2201
- Limit milvus-lite files to end with .db by @junjiejiangjjj in #2216
- enhance: use info level for retry message by @XuanYang-cn in #2213
Bug fixes
- fix: Coding style by latest ruff by @XuanYang-cn in #2158
- fix: Edit setuptools upper version for py380 by @XuanYang-cn in #2180
- Don't export rows info in index params by @xiaocai2333 in #2191
- fix: remove limitation clustering key can not be primary key by @wayblink in #2196
- fix: unclear error msg for varchar field by @XuanYang-cn in #2209
- fix: select a single column consisting of a list of column names(#2210) by @smellthemoon in #2211
Full Changelog: v2.4.4...v2.4.5