Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Parallel run of recursive_query_engine
Parallel run of recursive_query_engine
Inactive
0
Follow
l
ln232033
8 months ago
ยท
Parallel run of recursive_query_engine not working in jupyter notebook. Im looking to run 20 recursive_query_engine calls in parallel to lower latency of my project but it is still running synchronously.
Attachment
L
l
6 comments
Share
Open in Discord
L
Logan M
8 months ago
you aren't using an async query
L
Logan M
8 months ago
so it is blocking
L
Logan M
8 months ago
response = await recursive_query_engine.aquery(...)
L
Logan M
8 months ago
should be that
l
ln232033
8 months ago
will try now, thanks... is it aquery? or just query? @Logan M
L
Logan M
8 months ago
its aquery for async
Add a reply
Sign up and join the conversation on Discord
Join on Discord