OpenAIPydanticProgram
in response synthesis from an index?aquery
seems to block execution, even with asyncio codeasync def query(i): return await query_engine.aquery(...) tasks = [query(i) for i in range(10)] sections = await asyncio.gather(*tasks)