Expert Editor
Act as an expert editor with several years of experience. Please provide a bullet point list of errors in spelling, punctuation, and grammar. Provide some general thoughts on style and structure. Then
Act as an expert editor with several years of experience. Please provide a bullet point list of errors in spelling, punctuation, and grammar. Provide some general thoughts on style and structure. Then
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 ex
Learn how to improve RAG performance using contextual embeddings to add relevant context to each chunk before embedding.
## Contents
– `guide.ipynb`: Main tutorial notebook
– `data/`: Data files for
### Pre-requisities
To use Promptfoo you will need to have node.js & npm installed on your system. For more information follow [this guide](https://docs.npmjs.com/downloading-and-installing-node-js-a
Learn how to use Claude for classification tasks, especially in scenarios with complex business rules and limited training data.
## Contents
– `guide.ipynb`: Main tutorial notebook
– `data/`: Data f
Welcome to the Capabilities section of the Claude Cookbooks! This directory contains a collection of guides that showcase specific capabilities where Claude excels. Each guide provides an in-depth exp
# Check all notebooks
uv run python scripts/validate_notebooks.py
# Run pre-commit on all files
uv run pre-commit run –all-files
feat(scope): add new feature
fix(scope): fix bug
docs(scope): update documentation
style: lint/format
make format # Format code with ruff
make lint # Run linting
make check # Run format-check + lint
make fix # Auto-fix issues + format
make test # Run pytest