Skip to content

Commit 67dbc4c

Browse files
committed
Update google-vertex-ai-chat-completion-notebook.ipynb
1 parent 796ed82 commit 67dbc4c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

notebooks/integrations/gemini/google-vertex-ai-chat-completion-notebook.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"metadata": {},
66
"source": []
77
},
8+
{
9+
"cell_type": "markdown",
10+
"metadata": {},
11+
"source": []
12+
},
813
{
914
"cell_type": "markdown",
1015
"metadata": {
@@ -13,7 +18,7 @@
1318
"source": [
1419
"# Google Vertex AI Chat completion with Elastic\n",
1520
"\n",
16-
"This notebook shows how to use Elastic Stream API to interact with Google Vertex AI models to perform Chat completion tasks.\n",
21+
"This notebook shows how to use Elastic Inference API to interact with Google Vertex AI models to perform Chat completion tasks.\n",
1722
"\n",
1823
"You will need access to a Google Cloud project and enable the Vertex AI APIs, the GCP console will help you do that, follow the instructions. Please note that costs could derive from the use of Vertex AI.\n",
1924
"\n",
@@ -37,7 +42,7 @@
3742
"source": [
3843
"**Install Python dependencies**\n",
3944
"\n",
40-
"We will use the `elasticsearch` python library to create the inference endpoint and the `requests` library to make HTTP Calls to the Elastic Stream API."
45+
"We will use the `elasticsearch` python library to create the inference endpoint and the `requests` library to make HTTP Calls to the Elastic Inference API."
4146
]
4247
},
4348
{

0 commit comments

Comments
 (0)