From a5ec32c3c3a8c506d8b84dc7a5bf7b1c041d7e6e Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Mon, 17 Mar 2025 16:44:24 +0100 Subject: [PATCH 1/2] Add link to semantic_text GA blog --- solutions/search/semantic-search.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solutions/search/semantic-search.md b/solutions/search/semantic-search.md index e6f4cd4ed3..447079f088 100644 --- a/solutions/search/semantic-search.md +++ b/solutions/search/semantic-search.md @@ -68,7 +68,8 @@ Refer to [vector queries and field types](vector.md#vector-queries-and-field-typ ### Blogs - [{{es}} new semantic_text mapping: Simplifying semantic search](https://www.elastic.co/search-labs/blog/semantic-search-simplified-semantic-text) -- [Introducing Elastic Learned Sparse Encoder: Elastic's AI model for semantic search](https://www.elastic.co/blog/may-2023-launch-sparse-encoder-ai-model) +- [GA information for `semantic_text` in 8.18/9.0 releases](https://www.elastic.co/search-labs/blog/semantic-text-ga) +- [Introducing ELSER: Elastic's AI model for semantic search](https://www.elastic.co/blog/may-2023-launch-sparse-encoder-ai-model) - [How to get the best of lexical and AI-powered search with Elastic's vector database](https://www.elastic.co/blog/lexical-ai-powered-search-elastic-vector-database) - Information retrieval blog series: - [Part 1: Steps to improve search relevance](https://www.elastic.co/blog/improving-information-retrieval-elastic-stack-search-relevance) From 91c93603aa97330b6ce2adca6380d56743d8cfbf Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:54:46 +0100 Subject: [PATCH 2/2] update link text --- solutions/search/semantic-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/search/semantic-search.md b/solutions/search/semantic-search.md index 447079f088..21de2db2c8 100644 --- a/solutions/search/semantic-search.md +++ b/solutions/search/semantic-search.md @@ -68,7 +68,7 @@ Refer to [vector queries and field types](vector.md#vector-queries-and-field-typ ### Blogs - [{{es}} new semantic_text mapping: Simplifying semantic search](https://www.elastic.co/search-labs/blog/semantic-search-simplified-semantic-text) -- [GA information for `semantic_text` in 8.18/9.0 releases](https://www.elastic.co/search-labs/blog/semantic-text-ga) +- [GA information for `semantic_text`](https://www.elastic.co/search-labs/blog/semantic-text-ga) - [Introducing ELSER: Elastic's AI model for semantic search](https://www.elastic.co/blog/may-2023-launch-sparse-encoder-ai-model) - [How to get the best of lexical and AI-powered search with Elastic's vector database](https://www.elastic.co/blog/lexical-ai-powered-search-elastic-vector-database) - Information retrieval blog series: