mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
Reverted all instances of CLAUDE_API_KEY back to ANTHROPIC_API_KEY to maintain compatibility with existing infrastructure and GitHub secrets. This affects: - Environment variable examples (.env.example files) - Python scripts and notebooks - Documentation and README files - Evaluation scripts and test files Other naming changes (Claude API, Claude Console, Claude Docs, Claude Cookbook) remain intact. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
LlamaIndex <> Claude Cookbooks
LlamaIndex is a data framework for LLM-based applications that benefit from context augmentation.
Here we provide cookbooks for building LLM applications using Anthropic and LlamaIndex.
Basic_RAG_With_LlamaIndex.ipynb- Notebook to help you build RAG pipelines with LlamaIndex.Router_Query_Engine.ipynb- Notebook to help you useRouterQueryEngineto route user queries to different indices.SubQuestion_Query_Engine- Notebook to help you to useSubQuestionQueryEngineto answer complex user queries spanning multiple documents.ReAct_Agent.ipynb- Notebook to help you to useReActAgentfor using Tools and QueryEngine Tools.Multi_Document_Agents.ipynb- Notebook to help you build an efficient RAG pipeline for a large number of documents.Multi_Modal.ipynb- Notebook to help you build Multi-Modal applications using LlamaIndex.