ragflow/graphrag
utopia2077 390086c6ab
Fix: split process bug in graphrag extract (#6423)
### What problem does this PR solve?

1. miss completion delimiter.
2. miss bracket process.
3. doc_ids return by update_graph is a set, and insert operation in
extract_community need a list.


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-24 21:41:20 +08:00
..
general Fix: split process bug in graphrag extract (#6423) 2025-03-24 21:41:20 +08:00
light Refactor graphrag to remove redis lock (#5828) 2025-03-10 15:15:06 +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 Refa: control the simi for entity resolution. (#6386) 2025-03-21 13:16:34 +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 Optimize graphrag cache get entity (#6018) 2025-03-13 14:37:59 +08:00