We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb422df commit 9b4b1e2Copy full SHA for 9b4b1e2
notebooks/misc/test_few_shot_extraction.ipynb
@@ -9,31 +9,6 @@
9
"This notebook tests the new `{FEW_SHOT_EXAMPLES}` placeholder functionality in the Extraction service."
10
]
11
},
12
- {
13
- "cell_type": "markdown",
14
- "metadata": {},
15
- "source": [
16
- "## Setup AWS Access and Python Imports"
17
- ]
18
- },
19
20
- "cell_type": "code",
21
- "execution_count": null,
22
23
- "outputs": []
24
25
- "%reload_ext autoreload\n",
26
- "%autoreload 2\n",
27
- "\n",
28
- "import boto3\n",
29
- "import os\n",
30
31
- "os.environ['AWS_PROFILE'] = 'default' # change to desired AWS profile\n",
32
33
- "sts_client = boto3.client('sts')\n",
34
- "sts_client.get_caller_identity()['Arn']"
35
36
37
{
38
"cell_type": "code",
39
"execution_count": 6,
0 commit comments