mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
Fixed CI
This commit is contained in:
@@ -97,7 +97,7 @@ for my $i (0 .. $#operators)
|
||||
my $min = 0.98;
|
||||
if ($operator eq '<=>')
|
||||
{
|
||||
$min = 0.65;
|
||||
$min = 0.60;
|
||||
}
|
||||
test_recall($min, $operator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user