react-native-nitro-sqlite-vecInterfaces
CreateVectorTableOptions
API Reference / react-native-nitro-sqlite-vec / CreateVectorTableOptions
Interface: CreateVectorTableOptions
Properties
column?
optionalcolumn?:string
Vector column name. Defaults to 'embedding'.
dimensions
dimensions:
number
Number of dimensions of the vector column.
distanceMetric?
optionaldistanceMetric?:VectorDistanceMetric
Distance metric. Defaults to sqlite-vec's default (L2).
type?
optionaltype?:VectorColumnType
Vector storage type. Defaults to 'float' (float32).