PROMPT_SUFFIX="""Only use the following Elasticsearch indices:
{indices_info}
Question:{input}
ESQuery:"""
DEFAULT_DSL_TEMPLATE="""Given an input question, create a syntactically correct Elasticsearch query to run. Always limit your query to at most {top_k} results, unless the user specifies in their question a specific number of examples they wish to obtain, or unless its implied that they want to see all. You can order the results by a relevant column to return the most interesting examples in the database.