Skip to content

Commit 0f12059

Browse files
committed
Add page description, minor edits
1 parent a5b49d7 commit 0f12059

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

solutions/search/serverless-elasticsearch-get-started-semantic.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
navigation_title: Semantic search
3+
description: An introduction to semantic search in Elasticsearch.
34
applies_to:
45
serverless:
56
products:
67
- id: cloud-serverless
78
---
8-
# Build an AI-powered search experience in {{es-serverless}}
9+
# Get started with semantic search in {{es-serverless}}
910

1011
<!--
11-
As you ramp up on Elastic, you'll use the Elasticsearch Relevance Engine (ESRE), designed to power AI search applications. With ESRE, you can take advantage of a suite of developer tools including Elastic's textual search, vector database, and our proprietary transformer model for semantic search.
12+
As you ramp up on Elastic, you'll use the Elasticsearch Relevance Engine (ESRE), designed to power AI search applications. With ESRE, you can take advantage of a suite of developer tools including Elastic's textual search, vector database, and our proprietary transformer model for semantic search.
1213
-->
1314

1415
Elastic offers a variety of search techniques, starting with BM25, the industry standard for textual search.
@@ -42,7 +43,8 @@ To try it out, [create an {{es-serverless}} project](/solutions/search/serverles
4243

4344
There are some simple data sets that you can use for learning purposes.
4445
For example, if you follow the [guided index flow](/solutions/search/serverless-elasticsearch-get-started.md#elasticsearch-follow-guided-index-flow), you can choose the semantic search option.
45-
Follow the instructions to install an {{es}} client and define field mappings or try out the API requests in the [Console](/explore-analyze/query-filter/tools/console.md):
46+
Follow the instructions to install an {{es}} client and define field mappings.
47+
Alternatively, try out the API requests in the [Console](/explore-analyze/query-filter/tools/console.md):
4648

4749
```console
4850
PUT /my-index/_mapping
@@ -55,7 +57,7 @@ PUT /my-index/_mapping
5557
}
5658
```
5759

58-
By default, thee [semantic_text](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md) field type provides vector search capabilities using the ELSER model.
60+
By default, the [semantic_text](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md) field type provides vector search capabilities using the ELSER model.
5961
% TBD: Confirm "Elser model" vs ".elser-2-elasticsearch, a preconfigured endpoint for the elasticsearch service".
6062

6163
Next, use the Elasticsearch bulk API to ingest an array of documents into the index.

0 commit comments

Comments
 (0)