Paul Sanders
Paul Sanders
@alallema I forgot about this and just noticed it is still open. I never did figure out why it was flaky with the Meilisearch container. I'm doing it differently now...
The issue may be that a BERT model is required, I don't think is `BAAI/bge-m3` BERT? Have you tried BERT models and still get the same error? https://www.meilisearch.com/docs/learn/experimental/vector_search#generate-auto-embeddings-with-huggingface
I was able to recreate this on Linux so it isn't a Windows specific issue. Hugging Face is giving a 401 access denied error. So it looks like a token...
I tried both ways and got the same error, but I'll try again to make sure I didn't have a typo.
Apparently I did have a typo, I tried again and didn't have any errors this time.
> We also do the same if it's in the current directory (I'm 90% sure) In my testing this is correct. I have not used Python launcher so I could...
I just came across `rich-bench` and starred it to come back and look at it, but haven’t had a chance yet. `pytest-benchmark` looks interesting. I have some questions about it....
OK this all sounds good to me, I’d definitely merge a PR for this. We may want to wait until after I finish with #687 because it will be a...
For asyncio itself I think we will be fine because I'm using [`pytest-asyncio`](https://github.com/pytest-dev/pytest-asyncio) which basically does the same thing as this wrapper (assuming the benchmark plugin picks up on other...
I will continue maintaining this package myself. I am also a maintainer (though not a Meilisearch employee) on the official Meilisearch Python client, and will continue with that. I have...