diff options
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py index 3ef136c..54677f3 100644 --- a/src/config.py +++ b/src/config.py @@ -17,4 +17,5 @@ class LinearRAGConfig: passage_ratio: float = 1.5 passage_node_weight: float = 0.05 damping: float = 0.5 - iteration_threshold: float = 0.5
\ No newline at end of file + iteration_threshold: float = 0.5 + use_vectorized_retrieval: bool = False # True for vectorized matrix computation, False for BFS iteration
\ No newline at end of file |
