About PyMilvus
PyMilvus is a Python SDK of Milvus. Its source code is open-sourced and hosted on GitHub.
Compatibility
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.3 |
2.2.x | 2.2.15 |
The latest release supports Python 3.11, but no longer supports Python 3.6 and previous versions.
Installation
- Install PyMilvus via
pip
orpip3
.
$ pip3 install pymilvus
- Install a specific version of PyMilvus.
$ pip3 install pymilvus==2.2.15
- Upgrade PyMilvus to the latest version.
$ pip3 install --upgrade pymilvus
Contributing
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.