Skip to content

Commit e467bf2

Browse files
committed
adding cloud trial signup link
1 parent ccb8439 commit e467bf2

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

supporting-blog-content/re-ranking-elasticsearch-hosted/re-ranking-elasticsearch-hosted.ipynb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,33 @@
8686
"cell_type": "markdown",
8787
"source": [
8888
"## Create an Elasticsearch Python client\n",
89-
"\n",
90-
"We are using an Elastic Cloud cloud_id and deployment (cluster) API key."
89+
"\n"
9190
],
9291
"metadata": {
9392
"id": "gsQ4XIpkbpd4"
9493
}
9594
},
95+
{
96+
"cell_type": "markdown",
97+
"source": [
98+
"## Free Trial\n",
99+
"If you don't have an Elasticsearch cluster, or what one to test out. Head over to [cloud.elastic.co](https://cloud.elastic.co/registration?onboarding_token=search&cta=cloud-registration&tech=trial&plcmt=article%20content&pg=search-labs) and sign up. You can sign up and have a serverless project up and running in only a few mintues!"
100+
],
101+
"metadata": {
102+
"id": "M_JppGte1Wc5"
103+
}
104+
},
105+
{
106+
"cell_type": "markdown",
107+
"source": [
108+
"We are using an Elastic Cloud cloud_id and deployment (cluster) API key.\n",
109+
"\n",
110+
"[See this guide](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud) for finding the `cloud_id` and creating an `api_key`"
111+
],
112+
"metadata": {
113+
"id": "gdsEjwhV1tr5"
114+
}
115+
},
96116
{
97117
"cell_type": "code",
98118
"source": [

0 commit comments

Comments
 (0)