weaviate/weaviate
Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 3808
- days_rel: 6
- days_push: 7
- n_releases_24m: 291
Adoption not part of the score
16754 stars · 1377 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Weaviate is an open-source, cloud-native vector database written in Go that stores both objects and vector embeddings, combining vector similarity search with structured filtering, hybrid keyword search, and integrated RAG. It supports automatic vectorization via model provider integrations (OpenAI, Cohere, Hugging Face, etc.) or importing pre-computed embeddings, with multi-tenancy, replication, and RBAC for production deployments.
Use cases
- build a semantic search engine over documents
- store and query vector embeddings with metadata filtering
- build a RAG pipeline with retrieval and generative models
- power a recommendation engine with similarity search
- search images by visual similarity
- build a chatbot with persistent vector memory
- run hybrid keyword plus vector search
- self-host a scalable vector database on Kubernetes
When to choose
- you need a production-grade vector database with filtering, replication, and multi-tenancy
- you want integrated embedding and generative model providers in one query interface
- you need hybrid search combining BM25-style keyword and vector similarity
- you plan to scale to billions of vectors on Docker or Kubernetes
When to avoid
- you only need a lightweight in-process vector index for a small dataset
- your workload is purely relational/SQL with no similarity search
- you need a fully embedded database with no server component (embedded mode is experimental)
- you want to avoid telemetry or cloud service dependencies entirely
Facets
service · maturity stable
vector-database search-engine database rag llm-inference databases machine-learning artificial-intelligence developer-tools cloud self-hosted go cross-platform semantic-search vector-search hnsw hybrid-search embeddings multi-tenancy grpc recommender-systems similarity-search search retrieval-augmented-generation docker kubernetes
10 sources
- readme: https://github.com/weaviate/weaviate · fetched 2026-08-28 · 7734b780ad63
- homepage: https://weaviate.io/developers/weaviate/ · fetched 2026-08-29 · 9a931e88e75e
- site_page: https://docs.weaviate.io/weaviate/model-providers · fetched 2026-08-29 · ce9b295f9c7c
- site_page: https://docs.weaviate.io/weaviate/release-notes · fetched 2026-08-29 · 967d577d596a
- site_page: https://docs.weaviate.io/weaviate/quickstart · fetched 2026-08-29 · 8bb384fa2f3a
- site_page: https://docs.weaviate.io/deploy · fetched 2026-08-29 · 6763e0f41055
- site_page: https://docs.weaviate.io/deploy/installation-guides/docker-installation · fetched 2026-08-29 · 3a2e1c2fb8b7
- site_page: https://docs.weaviate.io/deploy/installation-guides/k8s-installation · fetched 2026-08-29 · 98fb352a446b
- site_page: https://docs.weaviate.io/deploy/installation-guides/embedded · fetched 2026-08-29 · cf7258403575
- site_page: https://weaviate.io/product/integrations · fetched 2026-08-29 · a78b2d911a9b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| weaviate/weaviate | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="weaviate/weaviate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem