HKUDS / LightRAG

"LightRAG: Simple and Fast Retrieval-Augmented Generation"
https://arxiv.org/abs/2410.05779
MIT License
9.64k stars 1.2k forks source link

RuntimeWarning: coroutine 'LightRAG.ainsert' was never awaited print(f"An error occurred: {e}") #163

Closed small122 closed 3 weeks ago

small122 commented 3 weeks ago

运行lightrag_openai_compatible_demo.py报错

dhdsjy commented 3 weeks ago

我在win下运行也是这种错误,提示是协程的问题,但也没发现具体错在哪里

Dormiveglia-elf commented 3 weeks ago

Please refer my PR #168 , I think you can run the program smoothly without error now.

small122 commented 3 weeks ago

Please refer my PR #168 , I think you can run the program smoothly without error now.

thank you,i get it