Improved precision for cosine distance [skip ci]

This commit is contained in:
Andrew Kane
2024-09-23 18:50:10 -07:00
parent 0a2803130f
commit 22efa8ec22
4 changed files with 6 additions and 10 deletions

View File

@@ -95,10 +95,6 @@ for my $i (0 .. $#operators)
# Test approximate results
my $min = 0.98;
if ($operator eq "<=>")
{
$min = 0.60;
}
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");

View File

@@ -104,10 +104,6 @@ for my $i (0 .. $#operators)
# Test approximate results
my $min = 0.98;
if ($operator eq "<=>")
{
$min = 0.60;
}
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");