Find answers from the community

Updated last year

Router

Hello, great work on LlamaIndex.

I have a bunch of vectorindices and I am using a routerqueryengine and a pedantic multi selector that directs the query to one or more vectorstoreindices. Is there a way to run these queries to different vectorstoreindices in parallel thus making the whole process faster? Thanks
L
1 comment
Try using the async mode, it should be running the queries faster

response = await query_engine.aquery(...)
Add a reply
Sign up and join the conversation on Discord