Skip to content

Commit

Permalink
Fix code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Oct 23, 2024
1 parent 9d6414c commit 4310831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ get_similar_post_1: |-
resp := new(meilisearch.SimilarDocumentResult)
client.Index("INDEX_NAME").SearchSimilarDocuments(&meilisearch.SimilarDocumentQuery{
Id: "TARGET_DOCUMENT_ID",
Embedder: "default",
}, resp)
search_parameter_reference_ranking_score_threshold_1: |-
client.Index("INDEX_NAME").Search("badman", &meilisearch.SearchRequest{
Expand Down

0 comments on commit 4310831

Please sign in to comment.