meilisearch / meilisearch-python

Python wrapper for the Meilisearch API
https://www.meilisearch.com/
MIT License
452 stars 86 forks source link

[v1.9] Get similar documents #988

Open curquiza opened 2 months ago

curquiza commented 2 months ago

Following this central issue

This is related to a newly introduced feature in Meilisearch v1.9.0: get similar documents.

Refer to docs for more information.

MuddyHope commented 2 weeks ago

I would like to work on this. But the only thing I had was, when calling the api from my local. {method=POST host="localhost:7700" route=/indexes/movies/similar query_parameters= user_agent=curl/8.1.1 status_code=400 error=Using the similar API requires enabling thevector storeexperimental feature. See https://github.com/meilisearch/product/discussions/677}py

Is this available with 1.10?

sanders41 commented 2 weeks ago

It is available in 1.9, but you need to enable vector search. In the tests this fixture enables it.