mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
Reverted all instances of CLAUDE_API_KEY back to ANTHROPIC_API_KEY to maintain compatibility with existing infrastructure and GitHub secrets. This affects: - Environment variable examples (.env.example files) - Python scripts and notebooks - Documentation and README files - Evaluation scripts and test files Other naming changes (Claude API, Claude Console, Claude Docs, Claude Cookbook) remain intact. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
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 notebookdata/: Data files for examples and testingevaluation/: Evaluation scripts using Promptfoo
For evaluation instructions, see evaluation/README.md.