-
Notifications
You must be signed in to change notification settings - Fork 90
Support searching for similar documents #1063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
54dac9d
to
ec09d9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ellnix everything looks good here, it just looks like it has a conflict on code samples.
ec09d9c
to
319baff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was killing time waiting for another CI to finish so I went ahead and resolved the conflict.
bors merge
Build succeeded:
|
1080: Update version for the next release (v0.34) r=Strift a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-python to a new version: "v0.34" 👇 CHANGELOG This version introduces features released on [Meilisearch v1.13.0](https://www.meilisearch.com/blog/meilisearch-1-13?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-python) 🎉 ## ✨ New - [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-python) is now stable `@/Strift` ## 🚀 Enhancements * Support localized-attributes settings (#1060) `@/ellnix` * Support batches API (#1062) `@/ellnix` * Support searching for similar documents (#1063) `@/ellnix` ## ⚙️ Maintenance/misc * Add federated search code-sample (#1064) `@/ellnix` Thanks again to `@/ellnix,` and `@/Strift!` 🎉 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Laurent Cazanove <lau.cazanove@gmail.com>
Pull Request
Related issue
Fixes #988
Instructions were not to add the
GET
endpoint, it seems other integrations also do not have it.I tried as closely as possible to match the documentation and the signature of the main
search
method. If I should wrap the results in a class, please let me know once again and I'll do it.