BM25 rather than embeddings
Embeddings need an API key, a vector store, and an indexing step before the tool does anything at all. BM25 runs on the documents you just dropped in, with no key and no wait, which is what makes the demo openable by someone who has 30 seconds.
Cost
Loses on synonyms. Ask about "cost" when the docs say "price" and it will do worse than a vector search would.