Dynamic jsonviewer w supabase backend
#Anthropique
(https://github.com/anthropics/anthropic-cookbook?tab=readme-ov-file#table-of-recipes)
- Tool use: Learn how to integrate Claude with external tools and functions to extend its capabilities. Create a customer service agent, give Claude access to a calculator, and learn how to prompt Claude to make SQL queries.
- Retrieval augmented generation: Learn how to supplement Claude's knowledge and improve the accuracy and relevance of Claude's responses with data retrieved from vector databases, Wikipedia, specific webpages, and the internet.
- Citations: Learn how to prompt Claude to cite sources in its responses.
- Sub-agents: Learn how to use of Haiku as a sub-agent in combination with Opus.
- Embeddings: Learn how to use Voyage AI to handle embeddings.
- Explore vision with Claude: This cookbook has tips on getting started with images and best practice techniques to ensure the highest quality performance with images. See how you can effectively prompt Claude with images to carry out tasks such as interpreting and analyzing charts or extracting content from forms.
- Generate images with Claude: This cookbook will show you how to have Claude generate images via Stable Diffusion.
- Upload PDFs to Claude: Discover how to parse and pass PDFs as text to Claude
- Automated evaluations: Discover how to use Claude to automate the prompt evaluation process.
- Enable JSON mode: Ensure you always get JSON with this quick and easy cookbook. Or use tool use to get structured outputs.
- Create a moderation filter with Claude: Find out how to use Claude to create a content moderation filter for your application.