MindSearch icon indicating copy to clipboard operation
MindSearch copied to clipboard

无法运行并报错`List index out of range: data_item["memory"]["agent.memory"][2]`

Open pan-2001 opened this issue 1 year ago • 0 comments

使用中文模式searcher无法输出

使用英文模式,只能输出一步,然后报错:

File "/home/MindSearch/mindsearch/agent/mindsearch_agent.py", line 41, in _generate_references_from_graph
    assert data_item["memory"]["agent.memory"][2]["sender"].endswith("ActionExecutor")
IndexError: list index out of range

image

pan-2001 avatar Jan 08 '25 08:01 pan-2001