ragflow/graphrag/general
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
..
__init__.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
community_report_prompt.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
community_reports_extractor.py Optimized graphrag again (#5927) 2025-03-11 18:36:10 +08:00
entity_embedding.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
extractor.py Fix: miss calculate of token number. (#6401) 2025-03-21 17:30:38 +08:00
graph_extractor.py Fix: split process bug in graphrag extract (#6423) 2025-03-24 21:41:20 +08:00
graph_prompt.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
index.py Fix: split process bug in graphrag extract (#6423) 2025-03-24 21:41:20 +08:00
leiden.py fix: issue #5600 (#5645) 2025-03-05 16:50:37 +08:00
mind_map_extractor.py Fix nursery.start_soon. Close #5575 (#5591) 2025-03-04 14:46:54 +08:00
mind_map_prompt.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
smoke.py Refactor graphrag to remove redis lock (#5828) 2025-03-10 15:15:06 +08:00