in nl2sql/assets/prompts/__init__.py [0:0]
def TASK_SQL_GENERATION_CORE_V1_SPIDER_V1(self) -> FewShotPromptTemplate:
logger.info("Instantiating TASK_SQL_GENERATION_CORE_V1_SPIDER_V1")
return self._create_template_v2(
ZeroShot.TASK_SQL_GENERATION_CORE_V1,
examples=FewShotExamples.EXAMPLES_SQL_GENERATION_V1,
num_examples=2,
)