mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
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>
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 notebookdata/: Data files for examples and testingevaluation/: Evaluation scripts using Promptfoo
For evaluation instructions, see evaluation/README.md.