mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 16:16:56 +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);");
|
$node->safe_psql("postgres", "CREATE INDEX ON tst USING hnsw (v $opclass);");
|
||||||
|
|
||||||
if ($operator eq "<#>") {
|
if ($operator eq "<#>") {
|
||||||
test_recall(0.85, $operator);
|
test_recall(0.80, $operator);
|
||||||
} else {
|
} else {
|
||||||
test_recall(0.99, $operator);
|
test_recall(0.99, $operator);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ foreach (@operators) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($operator eq "<#>") {
|
if ($operator eq "<#>") {
|
||||||
test_recall(0.85, $operator);
|
test_recall(0.80, $operator);
|
||||||
} else {
|
} else {
|
||||||
test_recall(0.99, $operator);
|
test_recall(0.99, $operator);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user