mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
adjust hierarchical_merge strategy (#100)
This commit is contained in:
@ -82,8 +82,8 @@ class Dealer:
|
||||
)
|
||||
else:
|
||||
s = s.sort(
|
||||
{"page_num_int": {"order": "asc", "unmapped_type": "float"}},
|
||||
{"top_int": {"order": "asc", "unmapped_type": "float", "mode" : "avg"}},
|
||||
{"page_num_int": {"order": "asc", "unmapped_type": "float", "mode" : "avg"}},
|
||||
{"top_int": {"order": "asc", "unmapped_type": "float", "mode": "avg"}},
|
||||
{"create_time": {"order": "desc", "unmapped_type": "date"}},
|
||||
{"create_timestamp_flt": {"order": "desc", "unmapped_type": "float"}}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user