[8.x] search_notebooks: update notebooks Oct 1, 2024 (8.16) (#194603) (#194747)

# Backport

This will backport the following commits from `main` to `8.x`:
- [search_notebooks: update notebooks Oct 1, 2024 (8.16)
(#194603)](https://github.com/elastic/kibana/pull/194603)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Rodney
Norris","email":"rodney.norris@elastic.co"},"sourceCommit":{"committedDate":"2024-10-02T16:54:11Z","message":"search_notebooks:
update notebooks Oct 1, 2024 (8.16) (#194603)\n\n##
Summary\r\n\r\nUpdating the cached search notebooks prior to
8.16","sha":"1b050074b9691b4e0ba05d07a6b5a118d878fe6d","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:prev-minor"],"title":"[Search][Notebooks]
update notebooks Oct 1, 2024
(8.16)","number":194603,"url":"https://github.com/elastic/kibana/pull/194603","mergeCommit":{"message":"search_notebooks:
update notebooks Oct 1, 2024 (8.16) (#194603)\n\n##
Summary\r\n\r\nUpdating the cached search notebooks prior to
8.16","sha":"1b050074b9691b4e0ba05d07a6b5a118d878fe6d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194603","number":194603,"mergeCommit":{"message":"search_notebooks:
update notebooks Oct 1, 2024 (8.16) (#194603)\n\n##
Summary\r\n\r\nUpdating the cached search notebooks prior to
8.16","sha":"1b050074b9691b4e0ba05d07a6b5a118d878fe6d"}}]}] BACKPORT-->

Co-authored-by: Rodney Norris <rodney.norris@elastic.co>
This commit is contained in:
Kibana Machine 2024-10-03 04:36:19 +10:00 committed by GitHub
parent 0137e864fd
commit 5d9cdf8dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -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."
]
@ -53,7 +53,7 @@
},
"outputs": [],
"source": [
"!pip install -qU elasticsearch sentence-transformers"
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
]
},
{

View file

@ -44,7 +44,7 @@
},
"outputs": [],
"source": [
"!pip install -qU elasticsearch sentence_transformers"
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
]
},
{

View file

@ -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"
]
},
@ -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."
]
@ -82,7 +82,7 @@
},
"outputs": [],
"source": [
"!pip install -qU elasticsearch sentence_transformers"
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
]
},
{