Milvex.Milvus.Proto.Schema.VectorArray (milvex v0.10.2)

Copy Markdown

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Schema.VectorArray{
  __unknown_fields__: [Protobuf.unknown_field()],
  data: [Milvex.Milvus.Proto.Schema.VectorField.t()],
  dim: integer(),
  element_type: Milvex.Milvus.Proto.Schema.DataType.t()
}