Dropbox implements semantic search with multilingual-e5-large, reducing empty search sessions by nearly 17%
Dropbox's Nautilus search engine relied on keyword matching that required users to recall exact file names or terms, missed contextually similar content, and could not serve multilingual users searching across languages.
Semantic search powered by multilingual-e5-large delivered a nearly 17% reduction in empty search sessions and a 2% lift in search session success, and was made generally available to all Pro and Essential users in August 2024.
Frequently asked questions
What did this team achieve with this AI workflow?
Semantic search powered by multilingual-e5-large delivered a nearly 17% reduction in empty search sessions and a 2% lift in search session success, and was made generally available to all Pro and Essential users in Au…
What tools did this team use?
Nautilus, multilingual-e5-large, MTEB, Kubeflow.
What results were reported?
empty search sessions reduction (ZRR): nearly 17%; search session success lift (qCTR): 2%; Time spent searching: spend less time searching (source-reported, not independently verified).
How is this back office ops AI workflow structured?
Documents indexed as embeddings → User query entered → Query converted to embedding → Vector similarity search → Contextual results returned.