Skip to content

Commit 893e85b

Browse files
authored
[DOCS] Adds disclaimer to semantic search tutorials (#106590) (#106594)
1 parent c212abd commit 893e85b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/search/search-your-data/semantic-search-elser.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ a list of relevant text passages. All unique passages, along with their IDs,
135135
have been extracted from that data set and compiled into a
136136
https://github.com/elastic/stack-docs/blob/main/docs/en/stack/ml/nlp/data/msmarco-passagetest2019-unique.tsv[tsv file].
137137

138+
IMOPRTANT: The `msmarco-passagetest2019-top1000` dataset was not utilized to
139+
train the model. It is only used in this tutorial as a sample dataset that is
140+
easily accessible for demonstration purposes. You can use a different data set
141+
to test the workflow and become familiar with it.
142+
138143
Download the file and upload it to your cluster using the
139144
{kibana-ref}/connect-to-elasticsearch.html#upload-data-kibana[Data Visualizer]
140145
in the {ml-app} UI. Assign the name `id` to the first column and `content` to

0 commit comments

Comments
 (0)