Find answers from the community

Updated 3 months ago

hey jerryjliu98 9313 I am trying to

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?
j
3 comments
you might want to take a look at nest_asyncio
it's the same problem when trying to use this in a notebook
Add a reply
Sign up and join the conversation on Discord