Install MilVus Python SDK
Table Of Contents:
- Requirements.
- Install PyMilvus Via pip.
- Verify Installation.
(1) Requirements
- Python 3.7 or later is required.
(2) Install PyMilVus Via pip
- PyMilvus is available in Python Package Index.
python3 -m pip install pymilvus==2.4.5
(3) Verify Installation
- If PyMilvus is correctly installed, no exception will be raised when you run the following command.
python3 -c "from pymilvus import Collection"

