Skip to content

Commit 5058702

Browse files
authored
Stabilize vector store usage (#814)
* Remove experimental feature enabling * Lint
1 parent 4b05b67 commit 5058702

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/com/meilisearch/integration/SearchTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,6 @@ public void testMultiSearchWithMergeFacets() {
10881088

10891089
@Test
10901090
public void testSimilarDocuments() throws Exception {
1091-
HashMap<String, Boolean> features = new HashMap();
1092-
features.put("vectorStore", true);
1093-
client.experimentalFeatures(features);
1094-
10951091
String indexUid = "SimilarDocuments";
10961092
Index index = client.index(indexUid);
10971093
HashMap<String, Embedders> embedders = new HashMap<>();

0 commit comments

Comments
 (0)