mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Updated test recall for inner product [skip ci]
This commit is contained in:
@@ -87,7 +87,7 @@ foreach (@operators) {
|
||||
$node->safe_psql("postgres", "CREATE INDEX ON tst USING hnsw (v $opclass);");
|
||||
|
||||
if ($operator eq "<#>") {
|
||||
test_recall(0.85, $operator);
|
||||
test_recall(0.80, $operator);
|
||||
} else {
|
||||
test_recall(0.99, $operator);
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ foreach (@operators) {
|
||||
}
|
||||
|
||||
if ($operator eq "<#>") {
|
||||
test_recall(0.85, $operator);
|
||||
test_recall(0.80, $operator);
|
||||
} else {
|
||||
test_recall(0.99, $operator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user