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
Kevin Hu
8b7e53e643
Fix: miss calculate of token number. ( #6401 )
...
### What problem does this PR solve?
#6308
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-21 17:30:38 +08:00
Zhichang Yu
6ec6ca6971
Refactor graphrag to remove redis lock ( #5828 )
...
### What problem does this PR solve?
Refactor graphrag to remove redis lock
### Type of change
- [x] Refactoring
2025-03-10 15:15:06 +08:00
Kevin Hu
9fc7174612
Fix: too long context during KG issue. ( #5723 )
...
### What problem does this PR solve?
#5088
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-06 19:21:07 +08:00
Kevin Hu
02c955babb
Fix: parameter error. ( #5641 )
...
### What problem does this PR solve?
#5600
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-05 14:37:51 +08:00
Zhichang Yu
4d6484b03e
Fix nursery.start_soon. Close #5575 ( #5591 )
...
### What problem does this PR solve?
Fix nursery.start_soon. Close #5575
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-04 14:46:54 +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
ecf5f6976f
Make node merging parallel. ( #5324 )
...
### What problem does this PR solve?
#5314
### Type of change
- [x] Performance Improvement
2025-02-25 12:02:44 +08:00
Kevin Hu
84b4b38cbb
Remove <think> for exeSql component. ( #5069 )
...
### What problem does this PR solve?
#5061
#5067
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-18 13:39:37 +08:00
Kevin Hu
f46448d04c
Remove <think> for KG extraction. ( #5027 )
...
### What problem does this PR solve?
#4946
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-02-17 14:06:06 +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