From 0296a08ccf67dcc1e42442c37e848834b1bf851c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 23 Sep 2024 13:25:22 -0700 Subject: [PATCH] Added L1 distance to test [skip ci] --- test/t/039_hnsw_intvec_build_recall.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/t/039_hnsw_intvec_build_recall.pl b/test/t/039_hnsw_intvec_build_recall.pl index 6aaff95..31fc50d 100644 --- a/test/t/039_hnsw_intvec_build_recall.pl +++ b/test/t/039_hnsw_intvec_build_recall.pl @@ -71,8 +71,8 @@ for (1 .. 20) } # Check each index type -my @operators = ("<->", "<#>", "<=>"); -my @opclasses = ("intvec_l2_ops", "intvec_ip_ops", "intvec_cosine_ops"); +my @operators = ("<->", "<#>", "<=>", "<+>"); +my @opclasses = ("intvec_l2_ops", "intvec_ip_ops", "intvec_cosine_ops", "intvec_l1_ops"); for my $i (0 .. $#operators) {