lllddd79
lllddd79
Thanks for your reply! I met this issue when the program process the second question in multihop-rag dataset, i.e., {"question":"Which individual is implicated in both inflating the value of a...
Thank you for your reply. Based on my tests, I can confirm that node_datas is not null when I met the problem. The edge_datas in function _retrieve_relevant_contexts_global_keywords is none. Additionally,...
The issue isn't fully resolved yet. I attempted to modify the `def wrapper_query(query_dataset, digimon, result_dir)` function in `main.py` to be asynchronous, replacing `res = asyncio.run(digimon.query(query["question"]))` with `res = await digimon.query(query["question"])`....