Skip to content

Commit

Permalink
Fix more vector similarity query tests (#13530)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Jun 29, 2024
1 parent 44ad4d9 commit 19fe1a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public void testExtremes() throws IOException {
try (Directory indexStore = getIndexStore(getRandomVectors(numDocs, dim));
IndexReader reader = DirectoryReader.open(indexStore)) {
IndexSearcher searcher = newSearcher(reader);
assumeTrue("graph is disconnected", HnswTestUtil.graphIsConnected(reader, vectorField));

// All vectors are above -Infinity
Query query1 =
Expand Down

0 comments on commit 19fe1a5

Please sign in to comment.