Zhichang Yu
6bf26e2a81
Optimize graphrag again ( #6513 )
...
### What problem does this PR solve?
Removed set_entity and set_relation to avoid accessing doc engine during
graph computation.
Introduced GraphChange to avoid writing unchanged chunks.
### Type of change
- [x] Performance Improvement
2025-03-26 15:34:42 +08:00
Zhichang Yu
939e668096
Optimized graphrag again ( #5927 )
...
### What problem does this PR solve?
Optimized graphrag again
### Type of change
- [x] Performance Improvement
2025-03-11 18:36:10 +08:00
郭大鹏
78b2e0be89
fix: issue #5600 ( #5645 )
...
fix: issue https://github.com/infiniflow/ragflow/issues/5600
### What problem does this PR solve?
close issue https://github.com/infiniflow/ragflow/issues/5600
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-05 16:50:37 +08:00
Zhichang Yu
c813c1ff4c
Made task_executor async to speedup parsing ( #5530 )
...
### What problem does this PR solve?
Made task_executor async to speedup parsing
### Type of change
- [x] Performance Improvement
2025-03-03 18:59:49 +08:00
Kevin Hu
1a41b92f77
More robust community report. ( #5328 )
...
### What problem does this PR solve?
#5289
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-25 12:58:10 +08:00
Kevin Hu
ef95f08c48
Remove redandent code. ( #5121 )
...
### What problem does this PR solve?
#5107
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-19 15:46:52 +08:00
Kevin Hu
448fa1c4d4
Robust for abnormal response from LLMs. ( #4747 )
...
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-06 17:34:53 +08:00
Kevin Hu
2a07eb69a7
Fix too long context issue. ( #4735 )
...
### What problem does this PR solve?
#4728
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-06 11:37:23 +08:00
Kevin Hu
dd0ebbea35
Light GraphRAG ( #4585 )
...
### What problem does this PR solve?
#4543
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2025-01-22 19:43:14 +08:00