From 4631e1b74abb87074862c48e6f674d9db1d0af14 Mon Sep 17 00:00:00 2001 From: Saarika Bhasi <55930906+saarikabhasi@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:02:50 -0400 Subject: [PATCH] [elasticsearch] fix typo in signup url (#726) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Simón Fishman --- .../elasticsearch-retrieval-augmented-generation.ipynb | 2 +- .../elasticsearch/elasticsearch-semantic-search.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vector_databases/elasticsearch/elasticsearch-retrieval-augmented-generation.ipynb b/examples/vector_databases/elasticsearch/elasticsearch-retrieval-augmented-generation.ipynb index d374bf3..97ee60c 100644 --- a/examples/vector_databases/elasticsearch/elasticsearch-retrieval-augmented-generation.ipynb +++ b/examples/vector_databases/elasticsearch/elasticsearch-retrieval-augmented-generation.ipynb @@ -68,7 +68,7 @@ "## Connect to Elasticsearch\n", "\n", "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook.\n", - "If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?fromURI=%2Fhome).\n", + "If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=openai-cookbook).\n", "\n", "To connect to Elasticsearch, you need to create a client instance with the Cloud ID and password for your deployment.\n", "\n", diff --git a/examples/vector_databases/elasticsearch/elasticsearch-semantic-search.ipynb b/examples/vector_databases/elasticsearch/elasticsearch-semantic-search.ipynb index 114edad..1d468b7 100644 --- a/examples/vector_databases/elasticsearch/elasticsearch-semantic-search.ipynb +++ b/examples/vector_databases/elasticsearch/elasticsearch-semantic-search.ipynb @@ -65,7 +65,7 @@ "## Connect to Elasticsearch\n", "\n", "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook.\n", - "If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?fromURI=%2Fhome).\n", + "If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=openai-cookbook).\n", "\n", "To connect to Elasticsearch, you need to create a client instance with the Cloud ID and password for your deployment.\n", "\n",