ragflow/graphrag
dnosferatus a3f871a144 Fix: Correct pagination and early termination bugs in chunk_list()
- 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
2025-12-02 23:59:36 -06:00
..
general Fix: Correct pagination and early termination bugs in chunk_list() 2025-12-02 23:59:36 -06:00
light Feat: GraphRAG handle cancel gracefully (#11061) 2025-11-06 16:12:20 +08:00
__init__.py Cache the result from llm for graphrag and raptor (#4051) 2024-12-17 09:48:03 +08:00
entity_resolution.py Feat: GraphRAG handle cancel gracefully (#11061) 2025-11-06 16:12:20 +08:00
entity_resolution_prompt.py Add graphrag (#1793) 2024-08-02 18:51:14 +08:00
query_analyze_prompt.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
search.py Refactor function name (#11210) 2025-11-12 19:00:15 +08:00
utils.py Refactor function name (#11210) 2025-11-12 19:00:15 +08:00