#15 · Primary category: Vector Databases
vespa
The AI search platform
Project last updated:08/28/26
GitHub Stars
7.1K
Forks
737
Contributors
213
License
Apache-2.0
Why we included this project
Vespa is a serving engine for search and machine-learned inference, not just a vector index. You can store embeddings, tensors, plain text, and structured data in one corpus, and a single query can mix dense semantic retrieval with keyword filters. At serving time it runs machine-learned ranking expressions, including ONNX models, over the candidates, then groups and aggregates results, typically returning them in well under 100 milliseconds while the data keeps changing. Because the data is spread across nodes and rebalanced automatically, it scales to the query volumes of large internet products, and you deploy it as one application package that can be updated without dropping traffic. If you are currently gluing a vector store to a separate ranking service, Vespa already has the indexing, query APIs, and failover wiring in place.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI