claude-cookbooks
claude-cookbooks copied to clipboard
A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
multipe -> multiple
Hi, Where can we find the notebooks used in the YouTube demo videos? - https://www.youtube.com/watch?v=sjL6Gl6ZIqs - https://www.youtube.com/watch?v=UdMdFE36dog
Made an attempt to recreate the [Claude 3 Economic Analyst Youtube demo](https://www.youtube.com/watch?v=sjL6Gl6ZIqs). The notebook goes through: - Properly constructing and formatting function tools - Creating Web View and Python Interpreter...
This PR adds a cookbook that walks you through how to have Claude cite its sources when provided with contextual information.
This code takes inspiration from the claude retriever example and build on top of the same by creating a Search tool for mongodb.
Should my LLM task definition should be a system prompt or as describe in this [notebook](https://github.com/anthropics/anthropic-cookbook/blob/main/misc/building_moderation_filter.ipynb) at the **Improving Performance with Examples** section? And how should I build the prompt...
enviroment -> environment
Without this escape, the notebook [renders as](https://carsonkahn.cloud/QYGW6hPq): 
Hi I have an instance of the MessageStreamManager which I return from a function, and use in another function to stream my output. But how do I do that? Here...