index.query(..., refine_template=custom_refine_template)
)response = index.query('initial question', verbose=True, mode="embedding") ... # follow up question response = index.query('', 'follow up question to the above', verbose=True, mode="embedding")