Tutorials¶
Learn DSPydantic by doing. These guides walk you through concrete tasks with working examples.
Follow the Learning Path¶
New to DSPydantic? Start here:
- Quickstart — Get your first extraction working in 5 minutes
- Configure a Language Model — Set up OpenAI, Anthropic, or local models
- Extract Structured Data — The complete optimization workflow with a Pydantic model
- Extract Free-form Text — Text output without a schema
- Optimize with Prompt Templates — Dynamic prompts with placeholders
What You'll Build¶
- A working extraction pipeline in minutes
- Optimized prompts tailored to your data
- Deployed prompters for production use
- Extraction from text, images, and PDFs
After Tutorials¶
Once you've completed the tutorials, move to:
- How-to Guides — Task-specific guides for real-world scenarios
- Explanation — Deep dives into concepts and design
- Reference — Complete API documentation