
3/21/2022 · Xuan Yang
What this post added
This post details the Milvus Protocol API, including milvus.proto, common.proto, and schema.proto, which define the RPC interfaces and data structures for interacting with Milvus. It also introduces the ORM-style API of PyMilvus 2.0, explaining its object-oriented approach to managing Milvus connections, collections, partitions, and indexes, and how it abstracts away underlying RPC calls.