meilisearch / meilisearch-python

Python wrapper for the Meilisearch API
https://meilisearch.com
MIT License
465 stars 85 forks source link

Fix tests by passing `embedder` #1020

Closed dureuill closed 1 month ago

dureuill commented 1 month ago

Pull Request

Related issue

Fixes #1019

What does this PR do?

meili-bors[bot] commented 1 month ago

Build failed:

dureuill commented 1 month ago

ah, the tests don't pass against the latest meili because it doesn't have (yet) documentTemplateMaxBytes, which is a v1.11 novelty.

well at least we're ready 😄

sanders41 commented 1 month ago

Yes. @curquiza I assume it is OK for me to manually merge this instead of using bors? Bors is trying to test against latest release.

curquiza commented 1 month ago

yes manually merge is needed here 😉