vectordb / Exports / MetricType Enumeration: MetricType Distance metrics type. Table of contents Enumeration Members Cosine Dot L2 Enumeration Members Cosine • Cosine = "cosine" Cosine distance Defined in index.ts:1393 Dot • Dot = "dot" Dot product Defined in index.ts:1398 L2 • L2 = "l2" Euclidean distance Defined in index.ts:1388