Prompt example extracted from Anthropic Cookbook.
2. Prerequisites & Setup Setup the general requirements for this project that a user would need in order to be successful. These are both software requirements (e.g. python >= 3.11, anthropic>=0.71) and non-software (working knowledge of Python, familiarity with RAG architecture). When installing use pip, use %%capture to avoid printing pip install to the jupyter stdout (this can be very noisy). ```markdown