Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 538 Bytes

Readme.md

File metadata and controls

20 lines (17 loc) · 538 Bytes

Hello Milvus

hello_milvus.py demonstrates the basic operations of PyMilvus, a Python SDK of Milvus.

  1. connect to Milvus
  2. create collection
  3. insert data
  4. create index
  5. search, query, and hybrid search on entities
  6. delete entities by PK
  7. drop collection

Environment Setup

Copy the .env.example file to a new file named .env. Update the values.

Execute

go to the folder and execute the command python hello_milvus.py

More details

https://github.ibm.com/Alexander-Seymour/milvus-techzone/blob/main/README.md