Louis Dureuil
Louis Dureuil
Hello, unfortunately I don't reproduce the issue on my end. Here are the things I tried: ### Settings first, docs second 1. On Meilisearch v1.13.3 on a brand new database...
Hello, at least it is a good thing if it reproduces reliably on your setup, that will make it easier to troubleshoot than an entirely transient issue. I retried on...
Hello! Thank you a lot for reporting this issue, and of course for the PR :heart: I find it a bit concerning that ollama broke its API. The current API...
looking at the source for ollama it seems that the route `api/embeddings` is still there, though 🤔 I'll take a deeper look.
Hello, I tried reproducing the issue reported in: > it seems that MS is not able to query it properly (using the 1.10 version at least) but I do not...
Thank you for your contribution and initial report. This PR has been superseded by https://github.com/meilisearch/meilisearch/pull/5234 that supports both the current and the deprecated URL scheme for ollama embedders.
As discussed internally, this part is no longer needed. Closing.
Hello, this work has been delayed to v1.13. Please use the older `/api/embeddings` endpoint for now, or configure a `rest` embedder manually to use the newer `/api/embed` endpoint.
#5234 just landed on `main` and will be part of v1.13
Hello, thank you for your report, Indeed, this is a known limitation of `rankingScoreThreshold` motivated by performance reasons. The [documentation](https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold) states: > `rankingScoreThreshold` and `limit` > > For performance reasons,...