ragflow/rag/svr
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
..
cache_file_svr.py Format: dos2unix (#4467) 2025-01-13 18:19:01 +08:00
discord_svr.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
jina_server.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
task_executor.py Fix: missing graph resolution and community extraction in graphrag tasks (#7586) 2025-05-13 09:21:03 +08:00