From 0703cfffc86fcc5f4b31c3c5be4480b569924c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6ker?= Date: Thu, 5 Mar 2026 08:12:05 +0100 Subject: [PATCH] Update default values of filter first ANN parameters --- en/reference/api/query.html | 4 ++-- en/reference/schemas/schemas.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/reference/api/query.html b/en/reference/api/query.html index 651d90c641..424565901f 100644 --- a/en/reference/api/query.html +++ b/en/reference/api/query.html @@ -1058,7 +1058,7 @@

ranking.matching

ranking.matching
.filterFirstThreshold double [0.0, 1.0] - 0.3 + 0.2

Rank profile equivalent: filter-first-threshold @@ -1075,7 +1075,7 @@

ranking.matching

ranking.matching
.filterFirstExploration double [0.0, 1.0] - 0.3 + 0.01

Rank profile equivalent: filter-first-exploration diff --git a/en/reference/schemas/schemas.html b/en/reference/schemas/schemas.html index a10c534e2e..4b7039ab78 100644 --- a/en/reference/schemas/schemas.html +++ b/en/reference/schemas/schemas.html @@ -1656,7 +1656,7 @@

rank-profile

This improves the response time at low hit ratios but causes a dip in recall. The heuristic is used when the estimated filter hit ratio of the query is less than this threshold. - The default value is 0.3. + The default value is 0.2.

This parameter has no effect in streaming search. @@ -1673,7 +1673,7 @@

rank-profile

graph for approximate neighbors with filtering. A higher value means that the graph is explored more aggressively and improves the recall at the cost of the response time. - The default value is 0.3. + The default value is 0.01.

This parameter has no effect in streaming search.