diff --git a/test/t/021_hnsw_halfvec_build_recall.pl b/test/t/021_hnsw_halfvec_build_recall.pl index d28b523..7fe544d 100644 --- a/test/t/021_hnsw_halfvec_build_recall.pl +++ b/test/t/021_hnsw_halfvec_build_recall.pl @@ -94,7 +94,7 @@ for my $i (0 .. $#operators) )); # Test approximate results - my $min = $operator eq "<#>" ? 0.95 : 0.98; + my $min = $operator eq "<#>" ? 0.94 : 0.98; test_recall($min, $operator); $node->safe_psql("postgres", "DROP INDEX idx;"); diff --git a/test/t/024_hnsw_halfvec_insert_recall.pl b/test/t/024_hnsw_halfvec_insert_recall.pl index 35b02fe..ff7c0db 100644 --- a/test/t/024_hnsw_halfvec_insert_recall.pl +++ b/test/t/024_hnsw_halfvec_insert_recall.pl @@ -103,7 +103,7 @@ for my $i (0 .. $#operators) } # Test approximate results - my $min = $operator eq "<#>" ? 0.95 : 0.98; + my $min = $operator eq "<#>" ? 0.94 : 0.98; test_recall($min, $operator); $node->safe_psql("postgres", "DROP INDEX idx;");