in nl2sql/assets/prompts/__init__.py [0:0]
def SPIDER_FEW_SHOT_COLUMN_FILTER_V1(self) -> FewShotPromptTemplate:
logger.info("Instantiating SPIDER_FEW_SHOT_COLUMN_FILTER_V1")
return self._create_template_v2(
ZeroShot.PROMPTING_STRAT_COLUMN_FILTER_GEN_V1,
examples=FewShotExamples.EXAMPLES_COLUMN_FILTER_V2,
num_examples=5,
)