Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
854f963
[Search] Vector & semantic search
leemthompo Feb 6, 2025
5c4bcd2
Merge branch 'main' into leemthompo/searchy-mc-searchface
leemthompo Feb 6, 2025
d2da35d
Restore mapped pages
leemthompo Feb 6, 2025
d650e45
Hoist up the John B sail
leemthompo Feb 6, 2025
3b2cf00
Hello darkness
leemthompo Feb 6, 2025
5d86c75
wheres me image
leemthompo Feb 6, 2025
7e441a5
Delete pesky straggler
leemthompo Feb 6, 2025
8ca22c6
Reorganize AI search content under dedicated section
leemthompo Feb 7, 2025
21c3ac0
Fix link path
leemthompo Feb 7, 2025
a3db1b0
idem
leemthompo Feb 7, 2025
0e157ca
reorder intro sentences for mellifluousness
leemthompo Feb 7, 2025
f81ca87
linkswap
leemthompo Feb 7, 2025
37c3cae
Move/dust up knn
leemthompo Feb 7, 2025
f506f77
toc
leemthompo Feb 7, 2025
f3a04b6
Cleanup knn
leemthompo Feb 7, 2025
69e01a5
Tighten knn use cases
leemthompo Feb 7, 2025
c9b4ca9
tweak
leemthompo Feb 7, 2025
399328b
Delete
leemthompo Feb 7, 2025
caa50e1
wip cleanup, del duplicates, start arranging tutorials
leemthompo Feb 7, 2025
115ccad
links
leemthompo Feb 7, 2025
f9c7b8a
links
leemthompo Feb 7, 2025
640dd09
idem
leemthompo Feb 7, 2025
36345a2
Fix links, add tips, cleanups
leemthompo Feb 10, 2025
72343b4
links
leemthompo Feb 10, 2025
9f8e3d5
rename file for clarity
leemthompo Feb 10, 2025
629485f
link
leemthompo Feb 10, 2025
8686b28
fix image path?
leemthompo Feb 10, 2025
4352c2b
🚘 playground consolidation
leemthompo Feb 10, 2025
f16914d
Merge branch 'main' into leemthompo/searchy-mc-searchface
leemthompo Feb 10, 2025
066694b
image paths
leemthompo Feb 10, 2025
538ea6a
Revert "image paths"
leemthompo Feb 10, 2025
b508075
images
leemthompo Feb 10, 2025
207e106
Merge branch 'main' into leemthompo/searchy-mc-searchface
leemthompo Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker pull docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.0.0-beta1
::::


{{ml-cap}} features such as [semantic search with ELSER](../../../solutions/search/vector/sparse-vector-elser.md) require a larger container with more than 1GB of memory. If you intend to use the {{ml}} capabilities, then start the container with this command:
{{ml-cap}} features such as [semantic search with ELSER](/solutions/search/semantic-search/semantic-search-elser-ingest-pipelines.md) require a larger container with more than 1GB of memory. If you intend to use the {{ml}} capabilities, then start the container with this command:

```sh
docker run --name es01 --net elastic -p 9200:9200 -it -m 6GB -e "xpack.ml.use_auto_machine_memory_percent=true" docker.elastic.co/elasticsearch/elasticsearch:9.0.0-beta1
Expand Down
6 changes: 3 additions & 3 deletions explore-analyze/machine-learning/nlp/ml-nlp-elser.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mapped_pages:

# ELSER [ml-nlp-elser]

Elastic Learned Sparse EncodeR - or ELSER - is a retrieval model trained by Elastic that enables you to perform [semantic search](../../../solutions/search/vector/sparse-vector-elser.md) to retrieve more relevant search results. This search type provides you search results based on contextual meaning and user intent, rather than exact keyword matches.
Elastic Learned Sparse EncodeR - or ELSER - is a retrieval model trained by Elastic that enables you to perform [semantic search](/solutions/search/semantic-search.md) to retrieve more relevant search results. This search type provides you search results based on contextual meaning and user intent, rather than exact keyword matches.

ELSER is an out-of-domain model which means it does not require fine-tuning on your own data, making it adaptable for various use cases out of the box.

Expand Down Expand Up @@ -42,7 +42,7 @@ If you want to learn more about the ELSER V2 improvements, refer to [this blog p

### Upgrading to ELSER v2 [upgrade-elser-v2]

ELSER v2 is not backward compatible. If you indexed your data with ELSER v1, you need to reindex it with an ingest pipeline referencing ELSER v2 to be able to use v2 for search. This [tutorial](../../../solutions/search/vector/sparse-vector-elser.md) shows you how to create an ingest pipeline with an {{infer}} processor that uses ELSER v2, and how to reindex your data through the pipeline.
ELSER v2 is not backward compatible. If you indexed your data with ELSER v1, you need to reindex it with an ingest pipeline referencing ELSER v2 to be able to use v2 for search. This [tutorial](/solutions/search/semantic-search/semantic-search-elser-ingest-pipelines.md) shows you how to create an ingest pipeline with an {{infer}} processor that uses ELSER v2, and how to reindex your data through the pipeline.

Additionally, the `elasticearch-labs` GitHub repository contains an interactive [Python notebook](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/model-upgrades/upgrading-index-to-use-elser.ipynb) that walks through upgrading an index to ELSER V2.

Expand Down Expand Up @@ -298,7 +298,7 @@ To gain the biggest value out of ELSER trained models, consider to follow this l
## Further reading [further-readings]

* [Perform semantic search with `semantic_text` using the ELSER endpoint](../../../solutions/search/semantic-search/semantic-search-semantic-text.md)
* [Perform semantic search with ELSER](../../../solutions/search/vector/sparse-vector-elser.md)
* [Perform semantic search with ELSER](/solutions/search/semantic-search/semantic-search-elser-ingest-pipelines.md)

## Benchmark information [elser-benchmarks]

Expand Down
5 changes: 1 addition & 4 deletions images/elasticsearch-reference-semantic-options.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading