You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-apps/openai-embeddings/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ tar -xz --strip=2 elasticsearch-labs-main/example-apps/openai-embeddings
38
38
39
39
### 3. Create Elastic Cloud account and credentials
40
40
41
-
-[Sign up](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-samples) for a Elastic cloud account
41
+
-[Sign up](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-samples) for a Elastic cloud account
42
42
- Make note of the master username/password shown to you during creation of the deployment
43
43
- Make note of the Elastic Cloud ID after the deployment
Copy file name to clipboardExpand all lines: example-apps/relevance-workbench/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To run this demo successfully, you will need an Elasticsearch deployment (> 8.11
14
14
15
15
## Deploy Elasticsearch in Elastic Cloud
16
16
17
-
If you don't have an Elastic Cloud account, you can start by signing up for a [free Elastic Cloud trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-samples). After creating an account, you’ll have an active subscription, and you’ll be prompted to create your first deployment.
17
+
If you don't have an Elastic Cloud account, you can start by signing up for a [free Elastic Cloud trial](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-samples). After creating an account, you’ll have an active subscription, and you’ll be prompted to create your first deployment.
18
18
19
19
Follow the steps to Create a new deployment. For more details, refer to [Create a deployment](https://www.elastic.co/guide/en/cloud/current/ec-create-deployment.html) in the Elastic Cloud documentation.
Copy file name to clipboardExpand all lines: notebooks/document-chunking/with-index-pipelines.ipynb
+8-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"source": [
26
26
"## Create Elastic Cloud deployment\n",
27
27
"\n",
28
-
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
28
+
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
29
29
"\n",
30
30
"Once logged in to your Elastic Cloud account, go to the [Create deployment](https://cloud.elastic.co/deployments/create) page and select **Create deployment**. Leave all settings with their default values."
Copy file name to clipboardExpand all lines: notebooks/document-chunking/with-langchain-splitters.ipynb
+8-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
"source": [
41
41
"### Connect to Elasticsearch\n",
42
42
"\n",
43
-
"ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
43
+
"ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
44
44
"\n",
45
45
"We'll use the **Cloud ID** to identify our deployment, because we are using Elastic Cloud deployment. To find the Cloud ID for your deployment, go to https://cloud.elastic.co/deployments and select your deployment."
Copy file name to clipboardExpand all lines: notebooks/enterprise-search/app-search-engine-exporter.ipynb
+9-3
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
"source": [
58
58
"## Connect to Elasticsearch\n",
59
59
"\n",
60
-
"ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
60
+
"ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?onboarding_token=search&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
61
61
"\n",
62
62
"We'll use the **Cloud ID** to identify our deployment, because we are using Elastic Cloud deployment. To find the Cloud ID for your deployment, go to https://cloud.elastic.co/deployments and select your deployment. \n",
Copy file name to clipboardExpand all lines: notebooks/esql/esql-getting-started.ipynb
+33-27
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
"source": [
46
46
"## Create Elastic Cloud deployment\n",
47
47
"\n",
48
-
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
48
+
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?onboarding_token=search&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
49
49
"\n",
50
50
"Once logged in to your Elastic Cloud account, go to the [Create deployment](https://cloud.elastic.co/deployments/create) page and select **Create deployment**. Leave all settings with their default values."
0 commit comments