Skip to content

Commit 96afe62

Browse files
author
ajosh0504
committed
Nit
1 parent f0f7588 commit 96afe62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/advanced_techniques/contextual_chunk_embedding.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"source": [
5252
"## Step 2: Setup prerequisites\n",
5353
"\n",
54-
"Follow the step [here](https://dashboard.voyageai.com/organization/api-keys) to obtain a Voyage AI API key."
54+
"Follow the steps [here](https://dashboard.voyageai.com/organization/api-keys) to obtain a Voyage AI API key."
5555
]
5656
},
5757
{
@@ -69,12 +69,12 @@
6969
},
7070
{
7171
"cell_type": "code",
72-
"execution_count": 30,
72+
"execution_count": null,
7373
"id": "bf6ff564-053c-4d2b-8a38-6a0b1a17a85e",
7474
"metadata": {},
7575
"outputs": [],
7676
"source": [
77-
"# Set Voyage AI API Key as an environment variable\n",
77+
"# Set Voyage AI API key as an environment variable\n",
7878
"os.environ[\"VOYAGE_API_KEY\"] = getpass.getpass(\"Enter your VoyageAI API key:\")\n",
7979
"# Initialize the Voyage AI client\n",
8080
"voyage_client = voyageai.Client()"

0 commit comments

Comments
 (0)