From 6f20d9fd6d139d9a4e98daa0aaef2768122e1a1c Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 29 Sep 2025 21:59:56 +0300 Subject: [PATCH] Update recall of qwen3 embeddings with mxbai reranking --- docs/benchmarks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 1f7e1208..00397372 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -18,6 +18,7 @@ The recall obtained is ~0.79 for matching in the top result, raising to ~0.91 fo | Embedding Model | Document in top 1 | Document in top 3 | Reranker | |---------------------------------------|-------------------|-------------------|------------------------| | Ollama / `qwen3-embedding` | 0.81 | 0.95 | None | +| Ollama / `qwen3-embedding` | 0.91 | 0.98 | `mxbai-rerank-base-v2` | | Ollama / `mxbai-embed-large` | 0.79 | 0.91 | None | | Ollama / `mxbai-embed-large` | 0.90 | 0.95 | `mxbai-rerank-base-v2` | | Ollama / `nomic-embed-text-v1.5` | 0.74 | 0.90 | None |