ragflow/rag
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
..
app Fix: missing parameters in by_plaintext method for PDF naive mode (#11408) 2025-11-21 09:33:36 +08:00
flow Feat: Add TCADP parser for PPTX and spreadsheet document types. (#11041) 2025-11-20 10:08:42 +08:00
llm Feat: add auth header for Ollama chat model (#11452) 2025-11-21 19:47:06 +08:00
nlp Fix: Correct pagination and early termination bugs in chunk_list() 2025-12-02 23:59:36 -06:00
prompts Feat: add or logic operations for meta data filters. (#11404) 2025-11-20 14:31:12 +08:00
res Fix: prio synonym match than wordnet for english (#10762) 2025-10-27 09:32:55 +08:00
svr Add Moodle data source integration (#11325) 2025-11-21 19:58:49 +08:00
utils feat: add OceanBase doc engine (#11228) 2025-11-20 10:00:14 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
raptor.py Feat: add fault-tolerant mechanism to RAPTOR (#11206) 2025-11-13 18:48:07 +08:00
settings.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00