Files
claude-cookbooks/skills/contextual-embeddings
Alex Notov 09e59d768d Fix: Revert accidental case-sensitive changes
Reverted unintended case changes that occurred during the global rename:
- GitHub Actions: Changed ANTHROPIC_API_KEY back to anthropic_api_key in workflow files
- Python function: Changed ANTHROPIC_API_KEY parameter back to anthropic_api_key in ContextualVectorDB class

These changes maintain consistency with Python naming conventions (snake_case) and
the original GitHub Actions workflow configuration.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 17:11:14 -06:00
..
2024-09-13 16:42:11 -07:00
2024-09-27 18:12:08 -04:00

Retrieval Augmented Generation with Contextual Embeddings

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 examples and testing
  • evaluation/: Evaluation scripts using Promptfoo

For evaluation instructions, see evaluation/README.md.