- 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 |
||
|---|---|---|
| .. | ||
| app | ||
| flow | ||
| llm | ||
| nlp | ||
| prompts | ||
| res | ||
| svr | ||
| utils | ||
| __init__.py | ||
| benchmark.py | ||
| raptor.py | ||
| settings.py | ||