Skip to content

Commit

Permalink
[Docs] Link to Elasticsearch labs on landing pages (#2281)
Browse files Browse the repository at this point in the history
* Link to Elasticsearch labs in readme

* Add banner linking labs on Elastic docs landing page

(cherry picked from commit c137fea)
  • Loading branch information
leemthompo committed Aug 31, 2023
1 parent 50d0417 commit bea61ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/index-custom-title-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ <h4 class="mt-3">
</ul>
</div>

<div style="background-color: #e6f7ff; padding: 15px; border: 1px solid #b8daff; margin: 10px 0; border-radius: 8px; width: 50%;">
ℹ️ The <a href="https://github.com/elastic/elasticsearch-labs" style="font-weight: bold; color: #0077cc; text-decoration: none;"> elasticsearch-labs</a> repo contains many interactive Python notebooks for testing out Elasticsearch using the Python client. These examples are mainly focused on vector search, hybrid search and generative AI use cases.
</div>

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

<div class="row my-4">
Expand Down
6 changes: 6 additions & 0 deletions docs/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Example Usage
print("%(timestamp)s %(author)s: %(text)s" % hit["_source"])
Interactive examples
--------------------

The `elasticsearch-labs <https://github.com/elastic/elasticsearch-labs>`_ repo contains interactive and executable Python notebooks, sample apps, and resources for testing out Elasticsearch, using the Python client. These examples are mainly focused on vector search, hybrid search and generative AI use cases, but you'll also find examples of basic operations like creating index mappings and performing lexical search.


Features
--------

Expand Down

0 comments on commit bea61ba

Please sign in to comment.