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