Enum VecElementType
[SuppressMessage("Naming", "CA1720:Identifier contains type name", Justification = "float32/int8/bit are sqlite-vec's own column element-type spellings; renaming them would obscure the mapping to the vec0 DDL.")]
public enum VecElementType
Fields
Float32 = 0Int8 = 1Bit = 2