mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 07:06:57 +08:00
Added test for HNSW insert recall with sparsevec
This commit is contained in:
@@ -102,6 +102,7 @@ for my $i (0 .. $#operators)
|
||||
push(@expected, $res);
|
||||
}
|
||||
|
||||
# Test approximate results
|
||||
my $min = $operator eq "<#>" ? 0.95 : 0.98;
|
||||
test_recall($min, $operator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user