Skip to content

Commit

Permalink
Merge branch 'main' into task-reverse-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1581 authored Feb 24, 2025
2 parents 4e94a85 + 6383b6b commit 64cd59c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/com/meilisearch/integration/SearchTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1088,10 +1088,6 @@ public void testMultiSearchWithMergeFacets() {

@Test
public void testSimilarDocuments() throws Exception {
HashMap<String, Boolean> features = new HashMap();
features.put("vectorStore", true);
client.experimentalFeatures(features);

String indexUid = "SimilarDocuments";
Index index = client.index(indexUid);
HashMap<String, Embedders> embedders = new HashMap<>();
Expand Down

0 comments on commit 64cd59c

Please sign in to comment.