Table of Contents

Enum VecElementType

Namespace
Qavren.Edge.Sqlite.Vec
Assembly
Qavren.Edge.Sqlite.dll
[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 = 0
Int8 = 1
Bit = 2