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 years ago
0
Follow
`aquery()` doesnot work async
`aquery()` doesnot work async
Inactive
0
Follow
j
jjmachan
2 years ago
Β·
seems like
aquery()
does not work as expected. I've mentioned more here
https://github.com/jerryjliu/llama_index/issues/6463
j
L
4 comments
Share
Open in Discord
j
jjmachan
2 years ago
can I'll take a stab at fixing this since it comes down to actually implementing
BaseResponseBuilders
but I had another feature request too.
Would it be possible to consider batching querries as well?
Plain Text
Copy
query_engine.query(question: list[str])
j
jjmachan
2 years ago
this would be neat since openai api supports batching and models preffer batching for I'm not sure how generalizable it is
L
Logan M
2 years ago
batching would definitely be cool! Also thanks for identifying that bug, an PR would be amazing π
j
jjmachan
2 years ago
already working on it π
Add a reply
Sign up and join the conversation on Discord
Join on Discord