Hi all - I'm experimenting with Sub Question Query Engine as per https://gpt-index.readthedocs.io/en/latest/examples/query_engine/sub_question_query_engine.html. I've adapted the code to work with Vertex AI, but (Langchain LLMs/embedding). I'm struggling to make the demo work: SyntaxError: 'await' outside function caused by the line response = await query_engine.aquery(.... Any ideas what I'm doing wrong? Feels like this might be a really stupid question...