A community member created a FastAPI endpoint using LlamaIndex, but when making parallel calls to the retriever, the event loop is getting terminated. Another community member suggested installing aynio==4.2.0 as a solution, but the issue persists even after the installation. The community members are unsure of the underlying cause and suggest debugging the full error and any other issues that may be causing the event loop to get canceled.
Hi everyone, I created fastapi endpoint using llama index but when I make parallel calls to retriever the event loop is getting terminated, did anyone face issue like this