ragflow/graphrag/general
alkscr 4ae8f87754
Fix: missing graph resolution and community extraction in graphrag tasks (#7586)
### What problem does this PR solve?

Info of whether applying graph resolution and community extraction is
storage in `task["kb_parser_config"]`. However, previous code get
`graphrag_conf` from `task["parser_config"]`, making `with_resolution`
and `with_community` are always false.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-05-13 09:21:03 +08:00
..
__init__.py
community_report_prompt.py Optimize graphrag again (#6513) 2025-03-26 15:34:42 +08:00
community_reports_extractor.py fix(nursery): Fix Closure Trap Issues in Trio Concurrent Tasks (#7106) 2025-04-18 18:00:20 +08:00
entity_embedding.py
extractor.py <think> tag is missing. (#7256) 2025-04-24 11:44:10 +08:00
graph_extractor.py perf: Optimize GraphRAG’s LOOP_PROMPT (#7356) 2025-04-28 13:31:04 +08:00
graph_prompt.py perf: Optimize GraphRAG’s LOOP_PROMPT (#7356) 2025-04-28 13:31:04 +08:00
index.py Fix: missing graph resolution and community extraction in graphrag tasks (#7586) 2025-05-13 09:21:03 +08:00
leiden.py Optimize graphrag again (#6513) 2025-03-26 15:34:42 +08:00
mind_map_extractor.py fix(nursery): Fix Closure Trap Issues in Trio Concurrent Tasks (#7106) 2025-04-18 18:00:20 +08:00
mind_map_prompt.py
smoke.py