← Vector Databases tool · /WEAVIA
Weaviate
Vector DB with built-in hybrid search and modular embeddings.
// github
★ 16.3k
last commit · today
moderate CPU only BSD-3-Clause
// readme · what it is
Weaviate's pitch over Qdrant is the modules ecosystem — built-in text vectorizers, hybrid (BM25 + vector) search, and generative-search modules that can run an LLM over results inside the DB. Heavier than Qdrant; worth it when you want hybrid retrieval without bolting on an extra service.
// deploy notes
Optional inference container if you use built-in vectorizers — adds a few GB.
[ ALTERNATIVE TO ]
// links
- website https://weaviate.io
- github github.com/weaviate/weaviate