Skip to content

vectordb / Exports / MetricType

Enumeration: MetricType

Distance metrics type.

Table of contents

Enumeration Members

Enumeration Members

Cosine

β€’ Cosine = "cosine"

Cosine distance

Defined in

index.ts:1381


Dot

β€’ Dot = "dot"

Dot product

Defined in

index.ts:1386


L2

β€’ L2 = "l2"

Euclidean distance

Defined in

index.ts:1376