WIP Text to SQL - checkpoint

This commit is contained in:
Mahesh Murag
2024-09-25 01:44:46 +02:00
parent b8faa7f79f
commit 34f56f314b
2 changed files with 27 additions and 7 deletions

View File

@@ -13,10 +13,14 @@ providers:
temperature: 0
prompts:
- prompts.py:generate_prompt
- prompts.py:generate_prompt_with_examples
- prompts.py:generate_prompt_with_cot
- prompts.py:generate_prompt_with_rag
- id: prompts.py:generate_prompt
label: Basic
- id: prompts.py:generate_prompt_with_examples
label: Few-Shot Examples
- id: prompts.py:generate_prompt_with_cot
label: Chain of Thought & Few-Shot Examples
- id: prompts.py:generate_prompt_with_rag
label: RAG, Few-Shot Examples, & Chain of Thought
tests:
- description: "Check syntax of simple query"

File diff suppressed because one or more lines are too long