Skip to content

Commit c137fea

Browse files
authored
[Docs] Link to Elasticsearch labs on landing pages (#2281)
* Link to Elasticsearch labs in readme * Add banner linking labs on Elastic docs landing page
1 parent e4a881c commit c137fea

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/guide/index-custom-title-page.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ <h4 class="mt-3">
144144
</ul>
145145
</div>
146146

147+
<div style="background-color: #e6f7ff; padding: 15px; border: 1px solid #b8daff; margin: 10px 0; border-radius: 8px; width: 50%;">
148+
ℹ️ 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.
149+
</div>
150+
147151
<h3 class="explore">Explore by use case</h3>
148152

149153
<div class="row my-4">

docs/sphinx/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ Example Usage
6565
print("%(timestamp)s %(author)s: %(text)s" % hit["_source"])
6666
6767
68+
Interactive examples
69+
--------------------
70+
71+
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.
72+
73+
6874
Features
6975
--------
7076

0 commit comments

Comments
 (0)