ragflow/rag/nlp
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
..
__init__.py Feat: ignore chunk size when using custom delimiters (#11434) 2025-11-21 14:36:26 +08:00
query.py feat: add OceanBase doc engine (#11228) 2025-11-20 10:00:14 +08:00
rag_tokenizer.py Refactor function name (#11210) 2025-11-12 19:00:15 +08:00
search.py Fix: Correct pagination and early termination bugs in chunk_list() 2025-12-02 23:59:36 -06:00
surname.py Update info (#1005) 2024-05-31 09:53:04 +08:00
synonym.py Move 'get_project_base_directory' to common directory (#10940) 2025-11-02 21:05:28 +08:00
term_weight.py Refactor function name (#11210) 2025-11-12 19:00:15 +08:00