Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 414 Bytes

File metadata and controls

20 lines (13 loc) · 414 Bytes

DistanceMetric

The Distance metric used to measure similarities among vectors. This field is only used if the collection defined in the does not exist yet and is created automatically by the connector.

Example Usage

from airbyte_api.models import DistanceMetric

value = DistanceMetric.DOT

Values

Name Value
DOT dot
COS cos
EUC euc