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.
Explore similar demos
搜索
2 分钟快速了解 Elasticsearch
在本演示中,我们将展示 Elasticsearch 如何助力打造可投入生产的 GenAI 和 AI 驱动的搜索应用程序,涵盖从数据索引和嵌入到使用检索增强生成 (RAG) 为大型语言模型提供支持。您将看到开发人员如何快速实现从原始数据过渡到功能齐全的 GenAI 搜索体验。