Relevance workbench
In this workbench, you can compare our Elastic Learned Sparse Encoder model (with or without RRF) and traditional textual search using BM25.
Start comparing different hybrid search techniques using TMDB's movies dataset as sample data. Or fork the code and ingest your own data to try it on your own!
Try these queries to get started:
- "The matrix"
- "Movies in Space"
- "Superhero animated movies"
Notice how some queries work great for both search techniques. For example, 'The Matrix' performs well with both models. However, for queries like "Superhero animated movies", the Elastic Learned Sparse Encoder model outperforms BM25. This can be attributed to the semantic search capabilities of the model.
유사한 데모 살펴보기
Platform
Bring your own encryption key with AWS KMS
Observability
Observability Overview
Try out this hands-on demo to learn how to bring your logs, metrics, and traces together for complete visibility into your application environment.
Search
Movie search application
Try out this live demo of a movie search application built on top of Elastic Search.
The first part is a front end application implemented using Search UI. Feel free to just play with it or clone the code and try yourself!