Install MilVus Python SDK

Table Of Contents:

  1. Requirements.
  2. Install PyMilvus Via pip.
  3. Verify Installation.

(1) Requirements

  • Python 3.7 or later is required.

(2) Install PyMilVus Via pip

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"

Leave a Reply

Your email address will not be published. Required fields are marked *