We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b05b67 commit 5058702Copy full SHA for 5058702
src/test/java/com/meilisearch/integration/SearchTest.java
@@ -1088,10 +1088,6 @@ public void testMultiSearchWithMergeFacets() {
1088
1089
@Test
1090
public void testSimilarDocuments() throws Exception {
1091
- HashMap<String, Boolean> features = new HashMap();
1092
- features.put("vectorStore", true);
1093
- client.experimentalFeatures(features);
1094
-
1095
String indexUid = "SimilarDocuments";
1096
Index index = client.index(indexUid);
1097
HashMap<String, Embedders> embedders = new HashMap<>();
0 commit comments