From d39b378b82b43c95fe6ba4f00cb4d1f8f2e2bfd6 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Fri, 8 Dec 2023 16:47:15 +0000 Subject: [PATCH] Add Search Tutorial to the examples readme --- example-apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-apps/README.md b/example-apps/README.md index c6e51d95..521cc8b7 100644 --- a/example-apps/README.md +++ b/example-apps/README.md @@ -9,6 +9,6 @@ The applications are organized into the following folders: - [`Chatbot RAG App`](chatbot-rag-app/README.md). Build a chatbot app capable of answering questions on your own private data. - [`openai-embeddings`](openai-embeddings/README.md). Use OpenAI embeddings at index time and in Elastic kNN queries. - [`relevance-workbench`](relevance-workbench/README.md). A Python application that allows you to compare results ranking between the **Elastic Learned Sparse Encoder** model and BM25. - +- [`search-tutorial`](search-tutorial). The application that is built in the Search Labs [Search Tutorial](https://www.elastic.co/search-labs/tutorials/search-tutorial/welcome). > ℹ️ **Note**: > _Elastic Labs projects are for illustrative and experimental purposes only. Elastic Labs projects are not part of any product or services offering provided or supported under a commercial license or subscription. These projects are made available as-is under the terms of the license associated with the projects._ > _The release and timing of any features or functionality described in these projects remain at Elastic's sole discretion. Any features or functionality not currently available may not be delivered on time or at all._