- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| query.py | ||
| rag_tokenizer.py | ||
| search.py | ||
| surname.py | ||
| synonym.py | ||
| term_weight.py | ||