File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,26 @@ xpack.ml.model_repository: file://${path.home}/config/models/`
314
314
master-eligible nodes one by one.
315
315
316
316
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
+
317
337
[discrete]
318
338
[[further-readings]]
319
339
== Further reading
You can’t perform that action at this time.
0 commit comments