Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Aug 20, 2024
1 parent c476537 commit 1880805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ multi_search_1: |-
client.multiSearch(multiSearchRequest);
get_similar_post_1:
SimilarDocumentRequest query = new SimilarDocumentRequest()
SimilarDocumentRequest query = new SimilarDocumentRequest()
.setId("143")
.setEmbedder("manual");
client.index("movies").searchSimilarDocuments(query)

0 comments on commit 1880805

Please sign in to comment.