diff --git a/src/include/zvec/core/framework/index_meta.h b/src/include/zvec/core/framework/index_meta.h index d4ef59e..3a09aae 100644 --- a/src/include/zvec/core/framework/index_meta.h +++ b/src/include/zvec/core/framework/index_meta.h @@ -48,15 +48,6 @@ class IndexMeta { MO_COLUMN = 2, }; - /*! Metric Type - */ - enum MetricType { - METRIC_EUCLIDEAN = 1, - METRIC_SQUARED_EUCLIDEAN = 2, - METRIC_INNER_PRODUCT = 3, - METRIC_MIPS_SQUARED_EUCLIDEAN = 4 - }; - //! Constructor IndexMeta(void) { this->set_meta(DataType::DT_FP32, 128u);