q_ls
to retrieve ret_psg
, with a length of [500]
;memory_ret_psg = [[...500 passages...]]
;[500]
result is retrieved again, and memory_ret_psg
updates to [[...first round...], [...second round...]]
, with dimensions [2, 500]
.x
is defined in any round, UltraRAG will automatically create a memory_x
variable to record historical values.
memory_x
in Tools to get all historical round values of a variable x
.