Merge pull request #101 from anthropics/GarvanD-add-readme-citations

Add README to citations project
This commit is contained in:
Alex Albert
2024-11-01 12:39:05 -07:00
committed by GitHub
6 changed files with 66 additions and 0 deletions

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`.