From eaf89aea451a26d0f532858a9f2f67690c16319a Mon Sep 17 00:00:00 2001 From: MaysenDG Date: Tue, 17 Jun 2025 14:39:25 -0500 Subject: [PATCH] Create How to build an advanced semantic search engine with hybrid search Elasticsearch Coding Sessions are ongoing how-to series that showcases how Elasticsearch can be used to achieve trending search use case in a 15-20 minute video. These videos are published on the Elastic YouTube channel. --- ...vanced semantic search engine with hybrid search | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Coding Sessions: YouTube Live/How to build an advanced semantic search engine with hybrid search diff --git a/Coding Sessions: YouTube Live/How to build an advanced semantic search engine with hybrid search b/Coding Sessions: YouTube Live/How to build an advanced semantic search engine with hybrid search new file mode 100644 index 00000000..3d90c397 --- /dev/null +++ b/Coding Sessions: YouTube Live/How to build an advanced semantic search engine with hybrid search @@ -0,0 +1,13 @@ +Get ready to say 'Hasta la vista, baby' to outdated search methods as we unleash the power of semantic search, all while channeling some of your all-time favorite sci-fi and horror movies. Join us as we transform your search engine into a futuristic powerhouse, with a nod to your favorite 🤖cyborg! + +🔍 What You'll Learn: + +The fundamentals of full-text search and its token-matching process +How semantic search leverages vector embeddings for deeper understanding +Step-by-step implementation of hybrid search using Elasticsearch +The role of retrievers such as reciprocal rank fusion (RRF) and linear retrievers in merging search methods + +💡 Key Highlights: +Live demonstration using a movie search application featuring your favorite sci-fi and horror films +Detailed walkthrough of configuring search fields and connectors +Insights into scoring mechanisms and balancing semantic with full-text search