Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.11] Adds Search Lab links to the ML book (backport #2595) #2596

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.