mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 15:16:54 +08:00
Added comment [skip ci]
This commit is contained in:
@@ -94,5 +94,6 @@ foreach (@operators) {
|
|||||||
test_recall(1, 0.75, $operator);
|
test_recall(1, 0.75, $operator);
|
||||||
test_recall(10, 0.95, $operator);
|
test_recall(10, 0.95, $operator);
|
||||||
}
|
}
|
||||||
|
# Account for equal distances
|
||||||
test_recall(100, 0.9975, $operator);
|
test_recall(100, 0.9975, $operator);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user