Skip to content

Commit 87a482c

Browse files
authored
[DOCS] Adds testing ELSER section to ELSER conceptual (#2540)
1 parent ee17bde commit 87a482c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Loading

docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,26 @@ xpack.ml.model_repository: file://${path.home}/config/models/`
314314
master-eligible nodes one by one.
315315

316316

317+
[discrete]
318+
== Testing ELSER
319+
320+
You can test the deployed model in {kib}. Navigate to **Model Management** >
321+
**Trained Models**, locate the deployed ELSER model in the list of trained
322+
models, then select **Test model** from the Actions menu.
323+
324+
You can use data from an existing index to test the model. Select the index,
325+
then a field of the index you want to test ELSER on. Provide a search query and
326+
click **Test**. Evaluating model recall is simpler when using a query related to
327+
the documents.
328+
329+
The results contain a list of ten random values for the selected field along
330+
with a score showing how relevant each document is to the query. The higher the
331+
score, the more relevant the document is.
332+
333+
[role="screenshot"]
334+
image::images/ml-nlp-elser-test.png[alt="Testing ELSER",align="center"]
335+
336+
317337
[discrete]
318338
[[further-readings]]
319339
== Further reading

0 commit comments

Comments
 (0)