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 acd5b64 commit 409502d
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 @@ -654,7 +654,7 @@ update_search_cutoff_1: |-
reset_search_cutoff_1: |-
client.index('movies').reset_search_cutoff_ms
get_similar_post_1: |-
client.index('INDEX_NAME').search_similar_documents('TARGET_DOCUMENT_ID')
client.index('INDEX_NAME').search_similar_documents('TARGET_DOCUMENT_ID', embedder: 'default')
search_parameter_reference_ranking_score_threshold_1: |-
client.index('INDEX_NAME').search('badman', {
rankingScoreThreshold: 0.2
Expand Down

0 comments on commit 409502d

Please sign in to comment.