TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vespa.ai 5x faster than Elasticsearch at nearest neighbor ranking

8 pointsby andreerover 5 years ago

1 comment

brataoover 5 years ago
This confirm my real-world usage. We had to do a &quot;Semantic Similarity search&quot; for some documents, where we represent a document as a vector using BERT, and had to look for documents close to a reference document.<p>First we did on top of an ANN library(Facebook FAISS). For simplicity we moved to the naive Vespa vector search and the performance was good enough( FOR 1Mi documents, FAISS did the search in 50ms, Vespa was around 600ms), and we moved to Vespa to reduce the number of tools to maintain.