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 fbd7ee0 commit 319baffCopy full SHA for 319baff
.code-samples.meilisearch.yaml
@@ -751,3 +751,5 @@ get_all_batches_1: |-
751
client.get_batches()
752
get_batch_1: |-
753
client.get_batch(BATCH_UID)
754
+get_similar_post_1: |-
755
+ client.index("INDEX_NAME").get_similar_documents({"id": "TARGET_DOCUMENT_ID", "embedder": "default"})
0 commit comments