Skip to content

Commit

Permalink
Adds Search Lab links to the ML book (#2595) (#2596)
Browse files Browse the repository at this point in the history
* Adds Search Lab links to the ML book.

* Further edits.

* Further dits.

(cherry picked from commit f12ceb4)

Co-authored-by: István Zoltán Szabó <[email protected]>
  • Loading branch information
mergify[bot] and szabosteve authored Nov 20, 2023
1 parent f269706 commit 3a13276
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/en/stack/ml/index-custom-title-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ <h4 class="mt-3">
<li>
<a href="ml-nlp-examples.html">Examples</a>
</li>
<li>
<a href="https://www.elastic.co/search-labs/tutorials/search-tutorial/welcome">Search Labs tutorial</a>
</li>
</ul>
</div>

Expand All @@ -180,14 +183,17 @@ <h4 class="mt-3">
<li>
<a href="ml-functions.html">Anomaly detection function reference</a>
</li>
<li>
<a href="https://www.elastic.co/search-labs">Search Labs</a>
</li>
</ul>
</div>

<h3 class="explore">Explore by use case</h3>

<div class="row my-4">
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/enterprise-search/current/start.html">
<a class="no-text-decoration" href="https://www.elastic.co/search-labs">
<div class="card h-100">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt11200907c1c033aa/634d9da119d8652169cf9b2b/enterprise-search-logo-color-32px.png');"></span>
Expand Down
3 changes: 2 additions & 1 deletion docs/en/stack/ml/nlp/ml-nlp-examples.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
The following pages contain end-to-end examples of how to use the different
{nlp} tasks in the {stack}.

* https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/search/04-multilingual.ipynb[Multilingual semantic search - notebook example]
* <<ml-nlp-ner-example>>
* <<ml-nlp-text-emb-vector-search-example>>
* <<ml-nlp-text-emb-vector-search-example>>
5 changes: 4 additions & 1 deletion docs/en/stack/ml/nlp/ml-nlp-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ data. You can perform the following NLP operations:

* <<ml-nlp-extract-info>>
* <<ml-nlp-classify-text>>

* <<ml-nlp-search-compare>>

To delve deeper into Elastic's {ml} research and development, eplore the
https://www.elastic.co/search-labs/blog/categories/ml-research[ML research]
section within Search Labs.

0 comments on commit 3a13276

Please sign in to comment.