Skip to content

Releases: milvus-io/pymilvus

pymilvus-0.2.15

06 Jan 08:03
Compare
Choose a tag to compare

New Feature:

  • Upgrade method load_collection() to support specify partitions

pymilvus-0.3.0

16 Oct 13:05
1642d17
Compare
Choose a tag to compare
  • 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

20 Jul 09:37
24582e3
Compare
Choose a tag to compare

Fixed issues:

  • Fix wrong result on 'has_partition' with http handler #237

pymilvus-0.2.3

04 Nov 07:23
1e861b2
Compare
Choose a tag to compare
Merge pull request #109 from BossZou/0.5.1

Update README.md