mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-22 16:23:12 +08:00
Fix: correct chunk order for non‑PDF documents (#18412)
This commit is contained in:
@@ -767,6 +767,7 @@ class TaskHandler:
|
||||
"compile_kwd",
|
||||
]
|
||||
order_by = OrderByExpr()
|
||||
order_by.asc("chunk_order_int")
|
||||
order_by.asc("page_num_int")
|
||||
order_by.asc("top_int")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user