PyMilvus is a Python SDK of Milvus. Its source code is open-sourced and hosted on GitHub.
Milvus version | Recommended PyMilvus version |
---|---|
1.0.* | 1.0.1 |
1.1.* | 1.1.2 |
2.0.x | 2.0.2 |
2.1.x | 2.1.0 |
pip
or pip3
.$ pip3 install pymilvus
$ pip3 install pymilvus==2.1.0
$ pip3 install --upgrade pymilvus
We are committed to building a collaborative, exuberant open-source community for PyMilvus. Therefore, contributions to PyMilvus are welcome from everyone. Refer to Contributing Guideline before making contributions to this project. You can file an issue or contact us on Slack if you need any assistance or want to propose your ideas about PyMilvus.