Skip to content

Commit

Permalink
search_notebooks: update notebooks Oct 1, 2024 (8.16) (elastic#194603)
Browse files Browse the repository at this point in the history
## Summary

Updating the cached search notebooks prior to 8.16

(cherry picked from commit 1b05007)
  • Loading branch information
TattdCodeMonkey committed Oct 2, 2024
1 parent b8d2350 commit 83b7870
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"source": [
"## Create Elastic Cloud deployment\n",
"\n",
"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",
"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",
"\n",
"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."
]
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"outputs": [],
"source": [
"!pip install -qU elasticsearch sentence-transformers"
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"outputs": [],
"source": [
"!pip install -qU elasticsearch sentence_transformers"
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"\n",
"- Python 3.6 or later\n",
"- An Elastic deployment with a machine learning node\n",
" - We'll be using [Elastic Cloud](https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html) for this example (available with a [free trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook))\n",
" - We'll be using [Elastic Cloud](https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html) for this example (available with a [free trial](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-notebook))\n",
"- The [Elastic Python client](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/installation.html)\n"
]
},
Expand All @@ -50,7 +50,7 @@
"source": [
"## Create Elastic Cloud deployment\n",
"\n",
"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",
"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",
"\n",
"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."
]
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"outputs": [],
"source": [
"!pip install -qU elasticsearch sentence_transformers"
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
]
},
{
Expand Down

0 comments on commit 83b7870

Please sign in to comment.