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.
探索类似演示
Observability
Elastic AI Assistant for Observability - Sandbox Environment
Try out the latest Elastic AI Assistant for Observability. Learn how to use the knowledge base to store information, use it to find root causes and issues you didn't know were hiding in your logs, and do interactive visual analytics just by talking to it.
Search
Lexical search hands-on tutorial
Search AI 101: Lesson 1 of 4 - Learn the basics of building a keyword search application with Elasticsearch with this hands-on tutorial. This hands-on learning will guide you through data indexing, setting up simple search queries, run basic CRUD operations, and configuring basic search functionalities. Perfect for those starting their journey with search technology.
Search
Semantic search hands-on tutorial
Search AI 101: Lesson 2 of 4 - Learn how to set up ELSER (Elastic Learned Sparse EncodeR), index data, and create semantic search queries in this hands-on tutorial. Gain experience using machine learning to enhance your search capabilities and deliver more accurate, context-aware results.