diff options
| author | LuyaoZhuang <zhuangluyao523@gmail.com> | 2025-10-27 05:11:40 -0400 |
|---|---|---|
| committer | LuyaoZhuang <zhuangluyao523@gmail.com> | 2025-10-27 05:11:40 -0400 |
| commit | 8ac0c5a714a77276985fd6bdb9c6f337598da551 (patch) | |
| tree | dd8fc1a89018c9dc9b7369d46ad7372fc40e89ac | |
| parent | 6d37c7aa0eb38e5af533d88702143fc90cda42db (diff) | |
update
| -rw-r--r-- | src/config.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
