Files
claude-cookbooks/skills/retrieval_augmented_generation
Alex Notov 8ca86af775 Fix grammatical errors from plural naming change
Address grammar issues identified in PR #199 review:
- Fix "Claude Cookbooks with its" → "with their" (possessive pronoun agreement)
- Fix "The Claude Cookbooks provides" → "provide" (subject-verb agreement)
- Fix "The Claude Cookbooks is" → "are" (subject-verb agreement)

These changes ensure proper grammar throughout the codebase following
the renaming from "Claude Cookbook" to "Claude Cookbooks".

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 12:30:36 -06:00
..
2024-09-27 18:12:35 -04:00

Retrieval Augmented Generation with Claude

Learn how to enhance Claude's capabilities with domain-specific knowledge using Retrieval Augmented Generation (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.