// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include "distance_function.h" #include "angular_distance.h" #include "euclidean_distance.h" #include "geo_degrees_distance.h" #include "hamming_distance.h" #include "prenormalized_angular_distance.h"