here is some list to demonstrate the usage of milvus-sdk-go
- Basic Usage Shows some basic DDL(data definition language) like operations. Create collection, create partitions...
- Insert and Search Insert & search example, parses films.csv and insert into collection and do searching
- Index building Index related creation/search example, time consumption compared as well
- Calculate Distance Calculate distance between vectors. Both ids or raw vectors example are presented.
- Hello Milvus Golang version of hello_milvus
- Use database Create, use and drop database of Milvus, isolate your data in the unique Milvus cluster.