Skip to content

This covers the basic functionality of Milvus db

Notifications You must be signed in to change notification settings

surnandi-git/Hello_Milvus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This covers the basic functionality of Milvus db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%