Releases: milvus-io/pymilvus
Releases · milvus-io/pymilvus
pymilvus-0.2.15
New Feature:
- Upgrade method
load_collection()
to support specify partitions
pymilvus-0.3.0
- Incompatibly support hybrid functionality. The changed APIs are:
- create_collection()
- create_index()
- drop_index()
- insert()
- search()
- Delete type class MetricType, IndexType
pymilvus-0.2.14
Fixed issues:
- Fix wrong result on 'has_partition' with http handler #237
pymilvus-0.2.3
Merge pull request #109 from BossZou/0.5.1 Update README.md