Skip to content

Commit

Permalink
Stabilize vector store usage (#814)
Browse files Browse the repository at this point in the history
* Remove experimental feature enabling

* Lint
  • Loading branch information
Strift authored Feb 10, 2025
1 parent 4b05b67 commit 5058702
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 5058702

Please sign in to comment.