add README

This commit is contained in:
Garvan Doyle
2024-09-27 18:13:24 -04:00
committed by GitHub
parent 4394509dff
commit e4f3311989

View File

@@ -0,0 +1,11 @@
# Text-to-SQL with Claude
Learn how to generate complex SQL queries from natural language using prompting techniques, self-improvement, and RAG.
## Contents
- `guide.ipynb`: Main tutorial notebook
- `data/`: Data files for examples and testing
- `evaluation/`: Evaluation scripts using Promptfoo
For evaluation instructions, see `evaluation/README.md`.