Skip to content

Commit

Permalink
[DOCS] Adds disclaimer to semantic search tutorials (elastic#106590)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Mar 21, 2024
1 parent d1c98f3 commit 16a6969
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ a list of relevant text passages. All unique passages, along with their IDs,
have been extracted from that data set and compiled into a
https://github.com/elastic/stack-docs/blob/main/docs/en/stack/ml/nlp/data/msmarco-passagetest2019-unique.tsv[tsv file].

IMOPRTANT: The `msmarco-passagetest2019-top1000` dataset was not utilized to
train the model. It is only used in this tutorial as a sample dataset that is
easily accessible for demonstration purposes. You can use a different data set
to test the workflow and become familiar with it.

Download the file and upload it to your cluster using the
{kibana-ref}/connect-to-elasticsearch.html#upload-data-kibana[Data Visualizer]
in the {ml-app} UI. Assign the name `id` to the first column and `content` to
Expand Down

0 comments on commit 16a6969

Please sign in to comment.