Skip to content

Commit

Permalink
Fix package change from k-nn (#855) (#856)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
(cherry picked from commit 911eb5c)

Co-authored-by: John Mazanec <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and jmazanec15 authored Aug 1, 2024
1 parent d0587b9 commit 711035d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import com.google.common.collect.ImmutableMap;
import org.opensearch.Version;
import org.opensearch.knn.index.IndexUtil;
import org.opensearch.knn.index.util.IndexUtil;
import org.opensearch.neuralsearch.util.NeuralSearchClusterUtil;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package org.opensearch.neuralsearch;

import org.opensearch.knn.common.KNNConstants;
import org.opensearch.knn.index.util.KNNEngine;
import org.opensearch.knn.index.engine.KNNEngine;
import org.opensearch.test.OpenSearchTestCase;

public class NeuralSearchTests extends OpenSearchTestCase {
Expand Down

0 comments on commit 711035d

Please sign in to comment.