From a29e395806b6200331ef20d3eba640e8a8c7cb77 Mon Sep 17 00:00:00 2001 From: team 1 Date: Sun, 10 May 2026 19:35:38 +0200 Subject: [PATCH] set hard_max_chunks from 6 to 8 --- config/retriex/retrieval.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/retriex/retrieval.yaml b/config/retriex/retrieval.yaml index c4cfa5f..95e9229 100644 --- a/config/retriex/retrieval.yaml +++ b/config/retriex/retrieval.yaml @@ -2,7 +2,7 @@ # Defaults are intentionally identical to the frozen 1.4.2 constants. parameters: retriex.retrieval.config: - hard_max_chunks: 6 + hard_max_chunks: 8 hard_max_vectork: 18 hard_max_keywordk: 36 vector_score_threshold: 0.83