This is a cache of https://www.elastic.co/search-labs/tutorials/search-tutorial/welcome. It is a snapshot of the page at 2024-11-01T00:35:56.528+0000.
Welcome - Search Labs

Welcome!

This hands-on tutorial will teach you how to build a complete search solution using Elasticsearch. In this tutorial you will learn:

  • How to perform full-text keyword searches on a dataset, optionally with filters
  • How to generate, store and search dense vector embeddings using a Machine Learning model
  • How to use the ELSER model to generate and search sparse vectors
  • How to combine search results from the methods listed above using Elastic's Reciprocal Rank Fusion (RRF) algorithm

This most important aspect of this tutorial is that it will show you how to implement all these features on a project that you will run on your own computer, all done in small incremental steps.

The examples you will learn are written in Python, but the concepts are universal and can be applied to your favorite language or technology stack.

To get the most out of this tutorial, we recommend that you follow along and run all the examples.

Ready to build state of the art search experiences?

Sufficiently advanced search isn’t achieved with the efforts of one. Elasticsearch is powered by data scientists, ML ops, engineers, and many more who are just as passionate about search as your are. Let’s connect and work together to build the magical search experience that will get you the results you want.

Try it yourself