ragflow/graphrag
Yue-Lyu123 20b8ccd1e9
Hotfix ece5903 (#6705)
I'm really sorry, I found that in graphrag/general/extractor.py under
def __call__, the line change.removed_nodes.extend(nodes[1:]) causes an
AttributeError: 'set' object has no attribute 'extend'. Could you please
merge the branch e666528 again? I made some modifications.
2025-04-01 12:06:28 +08:00
..
general Hotfix ece5903 (#6705) 2025-04-01 12:06:28 +08:00
light Optimize graphrag again (#6513) 2025-03-26 15:34:42 +08:00
__init__.py Cache the result from llm for graphrag and raptor (#4051) 2024-12-17 09:48:03 +08:00
entity_resolution.py fix: correct [AttributeError: 'set' object has no attribute 'nodes' T… (#6699) 2025-04-01 09:38:21 +08:00
entity_resolution_prompt.py Add graphrag (#1793) 2024-08-02 18:51:14 +08:00
query_analyze_prompt.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
search.py Fix: float transfer exception. (#6197) 2025-03-18 11:13:44 +08:00
utils.py fix: Resolve KnowledgeGraph entity resolution errors (#6653) (#6691) 2025-03-31 22:31:35 +08:00