Skip to main content

Interface: VectorFieldAttrs

Defined in: schema/fields.ts:245

Base vector field attributes (for generic VectorField)

Extends

Extended by

Properties

algorithm

algorithm: "flat" | "hnsw"

Defined in: schema/fields.ts:246


as?

optional as?: string

Defined in: schema/fields.ts:20

Inherited from

BaseFieldAttrs.as


blockSize?

optional blockSize?: number

Defined in: schema/fields.ts:251


datatype?

optional datatype?: VectorDataType

Defined in: schema/fields.ts:249


dims

dims: number

Defined in: schema/fields.ts:247


distanceMetric?

optional distanceMetric?: VectorDistanceMetric

Defined in: schema/fields.ts:248


efConstruction?

optional efConstruction?: number

Defined in: schema/fields.ts:255


efRuntime?

optional efRuntime?: number

Defined in: schema/fields.ts:256


epsilon?

optional epsilon?: number

Defined in: schema/fields.ts:257


indexEmpty?

optional indexEmpty?: boolean

Defined in: schema/fields.ts:23

Inherited from

BaseFieldAttrs.indexEmpty


indexMissing?

optional indexMissing?: boolean

Defined in: schema/fields.ts:22

Inherited from

BaseFieldAttrs.indexMissing


initialCap?

optional initialCap?: number

Defined in: schema/fields.ts:252


m?

optional m?: number

Defined in: schema/fields.ts:254


sortable?

optional sortable?: boolean

Defined in: schema/fields.ts:21

Inherited from

BaseFieldAttrs.sortable