Skip to content

Commit f937376

Browse files
authored
Merge pull request elastic#72 from saarikabhasi/saarikabhasi/update-notebooks-doc-to-ELSERv2
[Search experience] Update notebooks and docs with ELSER v2
2 parents c2d9824 + a3a7cc6 commit f937376

File tree

9 files changed

+920
-108
lines changed

9 files changed

+920
-108
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ The [`notebooks`](notebooks/README.md) folder contains a range of executable Pyt
5050
- [`openai-semantic-search-RAG.ipynb`](./notebooks/integrations/openai/openai-KNN-RAG.ipynb)
5151
- [`amazon-bedrock-langchain-qa-example.ipynb`](notebooks/integrations/amazon-bedrock/langchain-qa-example.ipynb)
5252

53+
### Model Upgrades
54+
- [`upgrading-index-to-use-elser.ipynb`](notebooks/model-upgrades/upgrading-index-to-use-elser.ipynb)
55+
5356
# Example apps 💻
5457

5558
The [`example-apps`](example-apps/README.md) folder contains example apps that demonstrate Elasticsearch for a number of use cases, using different programming languages and frameworks.

example-apps/relevance-workbench/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can also try with your own data by forking this repo and plugging the applic
1010

1111
## Pre-requisites
1212

13-
To run this demo successfully, you will need an Elasticsearch deployment (> 8.8) with the ELSER model deployed. The easiest way for this is to use Elastic Cloud as described in the next part but you can also deploy Elasticsearch locally.
13+
To run this demo successfully, you will need an Elasticsearch deployment (> 8.11) with the ELSER model deployed. The easiest way for this is to use Elastic Cloud as described in the next part but you can also deploy Elasticsearch locally.
1414

1515
## Deploy Elasticsearch in Elastic Cloud
1616

@@ -32,7 +32,7 @@ You can follow this [documentation](https://www.elastic.co/guide/en/machine-lear
3232

3333
The best approach is to use Enterprise Search to create a new index and configure the ingest pipeline to enrich the data.
3434

35-
From the landing page in Kibana, navigate to Enterprise Search.
35+
From the landing page in Kibana, navigate to Search.
3636

3737
![ent-search-landing](./images/ent-search-landing.png)
3838

40 KB
Loading
-43.6 KB
Loading
-137 KB
Loading

notebooks/langchain/langchain-vector-store-using-elser.ipynb

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)