From 8ac0c5a714a77276985fd6bdb9c6f337598da551 Mon Sep 17 00:00:00 2001 From: LuyaoZhuang Date: Mon, 27 Oct 2025 05:11:40 -0400 Subject: update --- src/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/config.py b/src/config.py index 6258a65..3ef136c 100644 --- a/src/config.py +++ b/src/config.py @@ -13,9 +13,8 @@ class LinearRAGConfig: max_workers: int = 16 retrieval_top_k: int = 5 max_iterations: int = 3 - top_k_sentence: int = 2 + top_k_sentence: int = 1 passage_ratio: float = 1.5 passage_node_weight: float = 0.05 damping: float = 0.5 - initial_threshold: float = 0.5 iteration_threshold: float = 0.5 \ No newline at end of file -- cgit v1.2.3