mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-05-08 04:19:10 +08:00
Fix page size error. (#4401)
### What problem does this PR solve? #4400 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
ac89a2dda1
commit
d9a4e4cc3b
@ -371,6 +371,7 @@ class Dealer:
|
|||||||
"count": v["count"]} for k,
|
"count": v["count"]} for k,
|
||||||
v in sorted(ranks["doc_aggs"].items(),
|
v in sorted(ranks["doc_aggs"].items(),
|
||||||
key=lambda x:x[1]["count"] * -1)]
|
key=lambda x:x[1]["count"] * -1)]
|
||||||
|
ranks["chunks"] = ranks["chunks"][:page_size]
|
||||||
|
|
||||||
return ranks
|
return ranks
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user