Louis Dureuil

Results 261 comments of Louis Dureuil

Hello, it is expected that there is an error here. The input URL is wrong, so the operation cannot be expected to complete. --- It is unexpected that the error...

As `InternalError` is going to get us bug reports, a quick fix could be to switch most embedder errors to `UserError`s. The defaults would need to be switched in [this...

- Updated [usage](https://meilisearch.notion.site/v1-9-AI-search-changes-e90d6803eca8417aa70a1ac5d0225697?pvs=25#38e6d3adf40e4ef1be14a3c4be39df94), there are 3 possibilities for the API, to be discussed with product. - About the implementation: - After #4633, at indexing time embeddings are either "userProvided" or...

/bench workloads/*.json

A reason for result unstability introduced in v1.8 is the search cutoff. I'm pretty sure this is what we're seeing. To confirm, one can take a look at the score...

Looks like the vectors in the snapshots are different from those computed in the CI... Investigating, but we might need a different way to check here.

I made sure the behavior when not passing `embeddings` in a document update (but only `userProvided`): it is the same as passing `embeddings: null`, which results in putting **0** vectors...

Hello 👋 In your provided query `"Kasu Taisto"`, looks like the first word is a **prefix** of `Kasurinen` from the documents. Prefix search is only applied on the last query...