W

Weaviate

by Weaviate

Infrastructure & CloudData & AnalyticsDeveloper ToolsEnterprise Search & Knowledge

Open-source vector database for hybrid search, RAG and agent memory

Freemium · Usage-based · Subscription·Added Jun 21, 2026·Updated Sep 15, 2026
Share:
THE DAILY BRIEF
Weaviate

by Weaviate

Infrastructure & CloudData & AnalyticsDeveloper ToolsEnterprise Search & Knowledge

Open-source vector database for hybrid search, RAG and agent memory

Freemium · Usage-based · Subscription

Weaviate is an open-source, AI-native vector database with a managed cloud service that lets engineering teams run semantic, keyword and hybrid search over their own data from one engine. It suits enterprises building RAG, agent memory and search applications that would otherwise stitch together a separate database, search engine and embedding service.

At a Glance

Category
Infrastructure & Cloud
Pricing
Freemium, Usage-based, Subscription
Target Market
CTOs, Enterprise Developers, Data Scientists, ML Engineers
Deployment
Open-source, Self-hosted, Multi-cloud
Founded
2019
Headquarters
Amsterdam, Netherlands
Customers
Thousands (vendor claim); 20M+ open-source downloads

Key Features

  • Hybrid search
  • Multi-tenancy
  • Vector compression and quantization
  • Replication and role-based access control
  • Model-provider modules
  • gRPC, REST and GraphQL APIs
  • Hosted embeddings and Query Agent

Capabilities

text generation
image generation
video generation
code generation
workflow automation
api access
audio generation
fine tuning
agent orchestration

Use Cases

  • Enterprise RAG knowledge assistant
  • Multi-tenant SaaS search and chat
  • Billion-scale similarity search
  • Unstructured document processing
  • Agent memory

Ideal For

Best For

  • Engineering teams building RAG applications that need hybrid keyword and vector search in one engine
  • SaaS vendors serving many customers from a single cluster through built-in multi-tenancy
  • Organisations that want an open-source licence with the option to self-host on Kubernetes or buy a managed cloud
  • Teams on AWS needing a managed vector database with SOC 2 Type II and HIPAA compliance (Premium tier)
  • Python and TypeScript teams already building with LangChain, LlamaIndex or CrewAI

Not Ideal For

  • Teams with modest vector workloads already running PostgreSQL, where Hacker News practitioners argue pgvector covers the use case with less operational overhead
  • Memory-constrained or edge deployments: in a Hacker News comparison capped at 256 MB of RAM, Weaviate was OOM-killed
  • Buyers who want simple flat pricing, since reviewers say the usage-based cloud rates need a calculator to estimate a monthly bill

Market Analysis

Open-sourceDeveloper-firstEnterprise-grade
User Rating4.4/ 5

Pros

  • Reviewers call its hybrid BM25 plus vector search highly accurate for RAG retrieval
  • BSD-3-Clause open-source core avoids vendor lock-in and allows full self-hosting
  • Actively maintained: 16,812 GitHub stars and v1.39.5 released on 15 September 2026
  • Clear documentation and broad integrations with model providers and agent frameworks
  • Managed cloud offers SOC 2 Type II, HIPAA on AWS Premium and up to a 99.95% uptime SLA

Cons

  • High memory consumption on large datasets, and self-hosted tuning is complex, per reviews shown on AWS Marketplace
  • Custom GraphQL query syntax plus schema and index tuning create a steep learning curve
  • Usage-based cloud pricing across vector dimensions, storage and backups is hard to forecast without a calculator
  • Metadata filtering can degrade search performance, according to reviewers and a Hacker News practitioner
  • Heavy baseline footprint: it was OOM-killed in a Hacker News test capped at 256 MB of RAM

Pricing

Free

$0

  • 1 cluster per user
  • 100,000 objects, 1 GB memory, 10 GB disk
  • 1 collection, up to 3 tenants
  • Embeddings 2,000 requests/day and Query Agent 1,000 requests/month
  • Basic email support

Flex

From $45/mo

  • Pay-as-you-go, monthly, no commitment
  • Shared cloud cluster with replication
  • Unlimited objects and 1,000 collections
  • 99.5% uptime SLA
  • Next-business-day Sev 1 support

Premium

From $400/mo

  • Prepaid contract
  • Shared or dedicated deployment
  • Up to 99.95% uptime SLA
  • 1-hour Sev 1 enterprise support
  • AWS, GCP and Azure (~40 regions)
  • SSO/SAML; HIPAA on AWS

Open source (self-hosted)

$0

  • BSD-3-Clause licence
  • Deploy with Docker or Kubernetes
  • You operate and pay for the infrastructure

Weaviate Cloud publishes list prices: an always-free tier, Flex from a $45 monthly minimum, and Premium from $400 per month on a prepaid contract. Usage is metered on stored vector dimensions (from $0.00465 per million on Flex to $0.002718 on Premium Dedicated), storage ($0.12 to $0.1505 per GiB) and backups, with data transfer currently free during a promotional period. Hosted embeddings cost $0.025 to $0.065 per million tokens and the Query Agent is $30 per month for 4,000 requests. SSO/SAML requires Premium and HIPAA requires Premium on AWS. The open-source database is free to self-host.

Security & Compliance

soc2
gdpr
hipaa
iso27001
sso
data residency

THE DAILY BRIEF

Enterprise AI insights for technology and business leaders, twice weekly.

beri.net

Subscribe at beri.net/subscribe for twice-weekly AI insights delivered to your inbox.

LinkedIn: linkedin.com/in/rberi  |  X: x.com/rajeshberi

© 2026 Rajesh Beri. All rights reserved.

Weaviate is an open-source, AI-native vector database with a managed cloud service that lets engineering teams run semantic, keyword and hybrid search over their own data from one engine. It suits enterprises building RAG, agent memory and search applications that would otherwise stitch together a separate database, search engine and embedding service.

Weaviate is an open-source vector database, written in Go and released under the BSD-3-Clause licence, that stores data objects alongside their vector embeddings so applications can combine semantic similarity search with structured filtering in a single query. It is developed by an Amsterdam-headquartered company of the same name, founded in 2019 and co-founded by Bob van Luijt. Core capabilities include hybrid search that fuses BM25 keyword scoring with vector search, multi-tenancy, replication, vector compression and quantization, role-based access control, object time-to-live and retrieval-augmented generation with reranking, exposed over gRPC, REST and GraphQL APIs with official Python, JavaScript/TypeScript, Java, Go and C# clients. Modules connect to embedding and model providers including OpenAI, Cohere, Hugging Face and Google, and the project integrates with LangChain, LlamaIndex, CrewAI, Haystack, Semantic Kernel and DSPy. The GitHub repository had 16,812 stars when v1.39.5 shipped on 15 September 2026. Teams can self-host with Docker or Kubernetes, deploy through the AWS and GCP marketplaces or Snowpark Container Services, or buy Weaviate Cloud, whose Premium tier spans AWS, Google Cloud and Azure across roughly 40 regions, with hosted embeddings and a Query Agent offered as metered add-ons. Weaviate reports more than 20 million open-source downloads and lists Instabase, Akamai, Bosch, Cisco, Intuit and Booking among its users. It raised a $50 million Series B led by Index Ventures in April 2023, and the RICOH Innovation Fund made an undisclosed investment in March 2026. In the market it competes with Pinecone, Milvus, Qdrant, Chroma and Postgres with pgvector, and independent reviewers credit its hybrid search while flagging memory consumption and a steep GraphQL learning curve.

Ideal Buyer

Platform or AI engineering leads building RAG, search or multi-tenant AI features who want an open-source vector database they can self-host or buy as a managed service.

Key Benefit

One engine for hybrid keyword and vector search over their own data, removing the need to stitch together a separate database, search engine and embedding service.

At a Glance

Category
Infrastructure & Cloud
Pricing
Freemium, Usage-based, Subscription
Target Market
CTOs, Enterprise Developers, Data Scientists, ML Engineers
Deployment
Open-source, Self-hosted, Multi-cloud
Founded
2019
Headquarters
Amsterdam, Netherlands
Customers
Thousands (vendor claim); 20M+ open-source downloads

Key Features

  • Hybrid search

    Fuses BM25 keyword scoring with vector similarity in one query, improving retrieval accuracy for RAG when exact terms matter.

  • Multi-tenancy

    Isolates each customer's data as tenants inside one cluster; DocsBot reports running more than 50,000 tenants in a single cluster.

  • Vector compression and quantization

    Compresses stored vectors to reduce memory footprint and hosting cost, which matters because reviewers cite high RAM usage on large datasets.

  • Replication and role-based access control

    Replication provides fault tolerance and RBAC provides granular permissions, with data encrypted in transit and at rest on Weaviate Cloud.

  • Model-provider modules

    Vectorizer and generative modules connect to OpenAI, Cohere, Hugging Face and Google, so embeddings can be created without building a separate pipeline.

  • gRPC, REST and GraphQL APIs

    Three API surfaces with official Python, JavaScript/TypeScript, Java, Go and C# clients fit most enterprise application stacks.

  • Hosted embeddings and Query Agent

    Weaviate Cloud offers hosted embedding models from $0.025 per million tokens and a Query Agent with 1,000 free requests per month.

Capabilities

text generation
image generation
video generation
code generation
workflow automation
api access
audio generation
fine tuning
agent orchestration

Use Cases

  • Enterprise RAG knowledge assistant

    Ground an LLM assistant in internal documents using hybrid search and reranking, so answers draw on retrieved passages rather than model memory.

  • Multi-tenant SaaS search and chat

    Serve search or chatbot answers to thousands of customers from one cluster with per-tenant isolation, as DocsBot does with 50,000+ tenants.

  • Billion-scale similarity search

    Run similarity search across very large embedding collections; Loti reports 9 billion vectors in production on Weaviate.

  • Unstructured document processing

    Index many unstructured document types for extraction and retrieval workflows, as Instabase does across more than 450 supported data types.

  • Agent memory

    Give AI agents a persistent store of context queried by meaning, wired in through the LangChain, LlamaIndex or CrewAI integrations.

Ideal For

Best For

  • Engineering teams building RAG applications that need hybrid keyword and vector search in one engine
  • SaaS vendors serving many customers from a single cluster through built-in multi-tenancy
  • Organisations that want an open-source licence with the option to self-host on Kubernetes or buy a managed cloud
  • Teams on AWS needing a managed vector database with SOC 2 Type II and HIPAA compliance (Premium tier)
  • Python and TypeScript teams already building with LangChain, LlamaIndex or CrewAI

Not Ideal For

  • Teams with modest vector workloads already running PostgreSQL, where Hacker News practitioners argue pgvector covers the use case with less operational overhead
  • Memory-constrained or edge deployments: in a Hacker News comparison capped at 256 MB of RAM, Weaviate was OOM-killed
  • Buyers who want simple flat pricing, since reviewers say the usage-based cloud rates need a calculator to estimate a monthly bill

Integrations

SDK Available
SDK:PythonJavaScript/TypeScriptJavaGoC#

Deployment

On-Premise

Market & Ratings

Estimated Customers

Thousands (vendor claim); 20M+ open-source downloads

Market Analysis

Open-sourceDeveloper-firstEnterprise-grade
User Rating4.4/ 5

Pros

  • Reviewers call its hybrid BM25 plus vector search highly accurate for RAG retrieval
  • BSD-3-Clause open-source core avoids vendor lock-in and allows full self-hosting
  • Actively maintained: 16,812 GitHub stars and v1.39.5 released on 15 September 2026
  • Clear documentation and broad integrations with model providers and agent frameworks
  • Managed cloud offers SOC 2 Type II, HIPAA on AWS Premium and up to a 99.95% uptime SLA

Cons

  • High memory consumption on large datasets, and self-hosted tuning is complex, per reviews shown on AWS Marketplace
  • Custom GraphQL query syntax plus schema and index tuning create a steep learning curve
  • Usage-based cloud pricing across vector dimensions, storage and backups is hard to forecast without a calculator
  • Metadata filtering can degrade search performance, according to reviewers and a Hacker News practitioner
  • Heavy baseline footprint: it was OOM-killed in a Hacker News test capped at 256 MB of RAM

Pricing

Free

$0

  • 1 cluster per user
  • 100,000 objects, 1 GB memory, 10 GB disk
  • 1 collection, up to 3 tenants
  • Embeddings 2,000 requests/day and Query Agent 1,000 requests/month
  • Basic email support

Flex

From $45/mo

  • Pay-as-you-go, monthly, no commitment
  • Shared cloud cluster with replication
  • Unlimited objects and 1,000 collections
  • 99.5% uptime SLA
  • Next-business-day Sev 1 support

Premium

From $400/mo

  • Prepaid contract
  • Shared or dedicated deployment
  • Up to 99.95% uptime SLA
  • 1-hour Sev 1 enterprise support
  • AWS, GCP and Azure (~40 regions)
  • SSO/SAML; HIPAA on AWS

Open source (self-hosted)

$0

  • BSD-3-Clause licence
  • Deploy with Docker or Kubernetes
  • You operate and pay for the infrastructure

Weaviate Cloud publishes list prices: an always-free tier, Flex from a $45 monthly minimum, and Premium from $400 per month on a prepaid contract. Usage is metered on stored vector dimensions (from $0.00465 per million on Flex to $0.002718 on Premium Dedicated), storage ($0.12 to $0.1505 per GiB) and backups, with data transfer currently free during a promotional period. Hosted embeddings cost $0.025 to $0.065 per million tokens and the Query Agent is $30 per month for 4,000 requests. SSO/SAML requires Premium and HIPAA requires Premium on AWS. The open-source database is free to self-host.

Security & Compliance

soc2
gdpr
hipaa
iso27001
sso
data residency

Connect

Sources

This page was written from 10 sources, 7 on domains other than weaviate.io.

  1. 1.weaviate.iopricingvendor
  2. 2.weaviate.iosecurityvendor
  3. 3.weaviate.ioweaviate.iovendor
  4. 4.docs.weaviate.iodeploy
  5. 5.github.comweaviate
  6. 6.github.comreleases
  7. 7.prnewswire.comweaviate raises 50 million series b funding to meet soaring
  8. 8.ricoh.com0616 1
  9. 9.aws.amazon.comprodview ng2dfhb4yjoic
  10. 10.hn.algolia.comsearch
Newsletter

Stay Ahead of the Curve

Weekly enterprise AI insights for technology leaders. No spam, no vendor pitches—unsubscribe anytime.

Subscribe