class Milvus::Client

def partitions

def partitions
  @partitions ||= Milvus::Partitions.new(client: self)
end