From ce9085342c237c74cd159d359b6629b66a7f5d45 Mon Sep 17 00:00:00 2001 From: Alexandru Raileanu Date: Wed, 10 Jan 2024 12:10:09 +0100 Subject: [PATCH] when using it in a new Studio Classic Domain in us-east-1, is requires the anthropic libs to be installed --- gen-ai/01-idp-genai-bedrock.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gen-ai/01-idp-genai-bedrock.ipynb b/gen-ai/01-idp-genai-bedrock.ipynb index cff7cff..f2b4f80 100644 --- a/gen-ai/01-idp-genai-bedrock.ipynb +++ b/gen-ai/01-idp-genai-bedrock.ipynb @@ -137,6 +137,16 @@ "Summarize large pieces of text from a document into smaller, more coincise explanations. In this block we will perform a single page summary." ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "d80f54e8", + "metadata": {}, + "outputs": [], + "source": [ + "!pip install anthropic" + ] + }, { "cell_type": "code", "execution_count": 28,