diff options
| author | LuyaoZhuang <zhuangluyao523@gmail.com> | 2025-10-27 05:10:13 -0400 |
|---|---|---|
| committer | LuyaoZhuang <zhuangluyao523@gmail.com> | 2025-10-27 05:10:13 -0400 |
| commit | 6d37c7aa0eb38e5af533d88702143fc90cda42db (patch) | |
| tree | 074a11a3323941615b723e4543deac24316638d2 /src/LinearRAG.py | |
| parent | 525bfcf021d024fae6f96ea6775074fa8b9e6c43 (diff) | |
update LineaRAG.py
Diffstat (limited to 'src/LinearRAG.py')
| -rw-r--r-- | src/LinearRAG.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LinearRAG.py b/src/LinearRAG.py index 2978542..0f4f6f8 100644 --- a/src/LinearRAG.py +++ b/src/LinearRAG.py @@ -12,7 +12,6 @@ import igraph as ig import re import logging logger = logging.getLogger(__name__) - class LinearRAG: def __init__(self, global_config): self.config = global_config |
