PyMilvus 2.3.0 Release Notes
What's Changed
- Add the
load_state
api by @SimFG in #1258 - add resource group api by @weiliu1031 in #1274
- Support rename collection API by @jaime0815 in #1299
- Support upsert by @smellthemoon in #1303
- Add ignore_growing option for query and search by @aoiasd in #1286
- Add GPU index types by @cydrain in #1314
- Add RAFT GPU index types by @cydrain in #1323
- Add FlushAll api by @bigsheeper in #1334
- Add new metric type COSINE by @cydrain in #1376
- Add an utility to get server type by @longjiquan in #1381
- List indexes by field name by @longjiquan in #1386
- Remove default of shards_num for new collection by @XuanYang-cn in #1387
- Milvus Client by @filip-halt in #1374
- Support insert dict as JSON by @yah01 in #1424
- Support Partition key by @xige-16 in #1427
- support iterator for query and search by @MrPresent-Han in #1431
- Add support of insert by rows by @czs007 in #1434
- Support api key by @bigsheeper in #1460
- Call Connect after db name changed by @longjiquan in #1484
- Pass the is_dynamic field to the milvus server by @xiaocai2333 in #1495
- Support return pending index rows when describe index by @xiaocai2333 in #1504
- Do not set metric_type default value in search params (#1469) by @bigsheeper in #1511
- Support async refresh by @yah01 in #1537
- Change pylint to ruff and black by @XuanYang-cn in #1565
- add autoID to varchar dataType by @smellthemoon in #1583
- Support offset in search param by @XuanYang-cn in #1613
- Remove time travel params by @jiaoew1991 in #1635
- Disable logger from polluting other modules by @ponponon in #1646
New Contributors
- @liliu-z made their first contribution in #1223
- @smellthemoon made their first contribution in #1303
- @leykun10 made their first contribution in #1338
- @MrPresent-Han made their first contribution in #1431
- @pingliu made their first contribution in #1520
- @im-ajaymeena made their first contribution in #1517
- @shunjiezhao made their first contribution in #1551
- @slobentanzer made their first contribution in #1649
- @jyc4617 made their first contribution in #1638
- @ponponon made their first contribution in #1646
Full Changelog: v2.2.15...v2.3.0