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 3 months ago
0
Follow
Subquestion
Subquestion
Inactive
0
Follow
c
chantlong
last year
Β·
Does SubQuestionQueryEngine ask questions in parallel or is it sequential? i'm using the async version.
W
1 comment
Share
Open in Discord
W
WhiteFang_Jr
last year
If you have set
async=True
then it will collect all the tasks that needs to be run in parallel. I'm not fully sure if it is pure parallel.
You can check the code ref here:
https://github.com/run-llama/llama_index/blob/main/llama_index/query_engine/sub_question_query_engine.py#L140
Add a reply
Sign up and join the conversation on Discord
Join on Discord