hey , I am trying to implement the async feature for processing all the similarity_top_k nodes in gptsimplevectorindex(). the feature is working perfectly when I use this in a standalone script. But when I try to integrate it in the service where there is already an even_loop() in the calling method, the async parametered gptsimplevectorindex() is stuck. any way to solve it?