We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc20f commit ec09d9cCopy full SHA for ec09d9c
.code-samples.meilisearch.yaml
@@ -742,3 +742,5 @@ update_localized_attribute_settings_1: |-
742
])
743
reset_localized_attribute_settings_1: |-
744
client.index('INDEX_NAME').reset_localized_attributes()
745
+get_similar_post_1: |-
746
+ client.index("INDEX_NAME").get_similar_documents({"id": "TARGET_DOCUMENT_ID", "embedder": "default"})
0 commit comments