- Fix pagination offset calculation (page_num * bs instead of p) - Fix early loop termination (break only when zero chunks, not < bs) - Add max_count parameter to GraphRAG chunk loading These bugs prevented processing large documents (>128 chunks) in GraphRAG and other workflows. Validated by testing with 3,207 chunk document. Fixes #11687 |
||
|---|---|---|
| .. | ||
| general | ||
| light | ||
| __init__.py | ||
| entity_resolution.py | ||
| entity_resolution_prompt.py | ||
| query_analyze_prompt.py | ||
| search.py | ||
| utils.py | ||