Weaviate Cloud Review 2026: Open-Source Vector DB with Hybrid Search

Weaviate is the open-source vector database (Apache 2.0, github.com/weaviate/weaviate) that pioneered production-grade hybrid search — combining BM25 keyword scoring with vector similarity in a single query. Verified on 2026-07-26, Weaviate Cloud ships a Free tier (100,000 objects, 1 collection, 7-day backup) that is more generous than Pinecone's Starter, plus a Flex monthly plan from $45 that scales on three independent dimensions (vector dims, storage, backup) so you only pay for what you use.

This review covers what Weaviate does that Pinecone does not (open-source self-hosting, native hybrid search, built-in embedding services, Weaviate Query Agent), the verified 2026 pricing across the four tiers (Free, Flex, Premium, Dedicated), and where Weaviate Cloud fits in your RAG stack next to Pinecone, Qdrant, Chroma, and Mem0.

TL;DR

  • Free forever: 100,000 objects + 1 collection + 7-day backup + 2,000 Embedding requests/day
  • Flex monthly: from $45/mo + $0.00465 per 1M vector dimensions + $0.12/GiB storage
  • Premium prepaid: from $400/mo with 99.9% SLA + SSO/SAML
  • Dedicated: contract from $400/mo on AWS with HIPAA + PrivateLink + 99.95% SLA
  • Embeddings: 8 built-in (Snowflake Arctic v1.5 at $0.025/M, Arctic v2.0 at $0.040/M, ColModernVBERT at $0.065/M, plus OpenAI, Cohere, VoyageAI, Jina, HuggingFace)
  • Query Agent: natural-language-to-DB-ops, free to 1,000 req/mo, then $30/org/mo for 4,000 req
  • Hybrid search: BM25 + vector in a single query (HNSW + inverted index) — built-in, no add-on
  • Compliance: SOC 2 Type II (audit via Drata), HIPAA available on Dedicated tier
  • Best for: RAG apps that need hybrid retrieval, enterprise multi-tenant workloads, hybrid OSS + Cloud deployments

Why Weaviate matters in 2026

Vector databases used to be a single-feature bet: store embeddings, retrieve top-k by cosine similarity. In 2026, production RAG workloads need more than that. A query like "summarize the Q3 OKRs where revenue dropped 10%" requires keyword precision (BM25 hits on "Q3 OKRs") AND semantic recall (revenue-drop semantics) in a single ranked list. Most pure vector DBs force you to fuse two retrievers in your application code. Weaviate's hybrid search fuses BM25 + vector at the index level using reciprocal rank fusion — the result is one ranked list that you can tune with a single alpha parameter (0 = pure BM25, 1 = pure vector, 0.5 = balanced).

The second differentiator is embedding service depth. Where Pinecone lets you BYO-embedding-model and charges $0.05/GB-month storage only, Weaviate Cloud ships eight managed embedding services inside the database — you point at an embedding module, you do not need an external API key, and you pay per token at transparent rates. For teams that don't want to glue Cohere + Pinecone + a custom reranker, Weaviate's integrated stack removes three integration points.

The third differentiator is the open-source path. Weaviate's database engine is Apache 2.0 and self-hostable via Docker or Kubernetes. Weaviate Cloud is the same binary with managed infrastructure. Teams that need to keep regulated data on-prem can self-host Weaviate OSS today and migrate to Weaviate Cloud Dedicated later without rewriting application code — the client SDK, query syntax, and schema definitions are identical.

Pricing breakdown (verified 2026-07-26)

Weaviate Cloud bills on three independent dimensions: vector dimensions stored, storage (GiB), and backup (GiB). The pricing page publishes rates per dimension, not a flat monthly fee. This is different from Pinecone (flat per-pod) and from Qdrant (flat per-cluster).

Free tier

  • 100,000 objects (vectors + metadata)
  • 1 collection
  • 7-day backup retention
  • Vector compression enabled by default
  • 2,000 Embedding requests/day
  • Query Agent free tier: 1,000 requests/month
  • Best effort availability (no SLA)

Flex ($45+/mo, pay-as-you-go)

  • Unlimited objects and collections (up to 1,000 collections)
  • 30-day backup retention
  • Flexible index types enabled (HNSW + flat)
  • HA / replication enabled
  • Multi-tenancy enabled
  • 99.5% SLA + 1 business day Severity 1 response
  • Vector dimensions: from $0.00465 per 1M vector dimensions (varies by index type, compression, region)
  • Storage: from $0.12/GiB-month
  • Backup: from $0.0264/GiB-month
  • Data transfer: free for promotional period
  • Limited to 2 cloud regions (AWS)

Premium prepaid (from $400/mo)

  • All Flex features
  • 45-day backup retention
  • SSO / SAML enabled
  • Metrics endpoint enabled
  • 99.9% SLA + 4-hour Severity 1 response
  • Phone + Slack support
  • Instructor-led jumpstart training available
  • Vector dimensions: from $0.003875 per 1M (cheaper per dim than Flex)
  • Storage: from $0.10/GiB-month
  • Backup: from $0.0042/GiB-month
  • Limited to 7 cloud regions (GCP + AWS)

Dedicated (contract from $400/mo)

  • Customer-directed cluster upgrades
  • HIPAA compliant (AWS Dedicated)
  • PrivateLink (AWS) enabled
  • Encrypted volumes with customer keys
  • Flexible backup retention
  • Bring your own IdP (coming soon)
  • 99.95% SLA + 1-hour Severity 1 response
  • Technical Account Team (add-on)
  • Vector dimensions: from $0.002718 per 1M (cheapest per dim)
  • Storage: from $0.1505/GiB-month (most expensive storage)
  • Backup: from $0.0063/GiB-month
  • All ~40 cloud regions (AWS, GCP, Azure)

Embedding service pricing

ModelPrice per 1M tokens
Snowflake Arctic-embed-m-v1.5$0.025
Snowflake Arctic-embed-m-v2.0$0.040
ColModernVBERT$0.065

You can also BYO-embedding: connect your OpenAI, Cohere, VoyageAI, Jina, or Hugging Face API keys and pay only for storage + vector dim fees (no Weaviate embedding markup).

Query Agent pricing

The Query Agent turns natural-language questions into precise Weaviate database operations (filters, aggregations, semantic searches). Free to try with 1,000 requests/month. The $30 per organization monthly plan includes 4,000 requests with usage-based billing beyond that.

Weaviate vs Pinecone

FeatureWeaviate CloudPinecone
Free tier100K objects + 1 collection1 index (serverless)
Hybrid search (BM25 + vector)Built-in (RRF fusion)Not built-in (BYO reranker)
Managed embeddings8 built-in servicesBYO only
Open-source engineYes (Apache 2.0)No (closed source)
Entry paid tier$45/mo FlexStandard from $50/mo Serverless
HIPAAYes (Dedicated AWS)Yes (Enterprise)
SOC 2 Type IIYesYes
Multi-tenancyNative (per-collection)Namespace-level
Query AgentYes (natural-language ops)No

The hybrid search and open-source engine are the two largest differentiators. For teams that need both semantic and keyword retrieval in a single ranked list, Weaviate's built-in hybrid eliminates 100+ lines of code that a Pinecone implementation would need to write and maintain. For teams that need to self-host for compliance or air-gapped deployments, Weaviate OSS is the only option in this comparison.

When to choose Weaviate

Weaviate is the right choice when:

  • You need hybrid retrieval: BM25 keyword precision + vector semantic recall in a single query. Examples: legal document search, enterprise knowledge bases, customer support RAG.
  • You need self-hosting or hybrid OSS + Cloud: regulated industries (healthcare, finance, government) that want to keep sensitive data on-prem while using Weaviate Cloud for non-sensitive workloads.
  • You need HIPAA compliance: Dedicated tier on AWS is HIPAA-compliant, suitable for healthcare RAG applications.
  • You need the Query Agent: building natural-language interfaces over structured databases (e.g., "show me top customers by Q3 revenue") without writing custom parsers.
  • You want managed embeddings without BYO API keys: 8 built-in embedding models at transparent per-token pricing.

When to look elsewhere

  • Pure serverless simplicity: Pinecone's Serverless tier (from $50/mo Standard) has simpler pricing — pay per GB stored + per read unit, no three-dimensional math.
  • Rust-native performance: Qdrant is a single Rust binary with native horizontal sharding, faster for write-heavy workloads at very large scale.
  • Embedded / in-process vector search: Chroma runs inside your application process with zero network round-trips, ideal for desktop apps and small-to-medium RAG.
  • Memory layer / agent memory: Mem0 adds a memory management layer on top of any vector store, with automatic memory consolidation and conflict resolution — different abstraction layer.

Frequently asked questions

How much does Weaviate Cloud cost?

Free tier is $0/month with 100,000 objects. Flex starts at $45/month minimum + usage on three independent dimensions: vector dimensions (from $0.00465 per 1M), storage (from $0.12/GiB), backup (from $0.0264/GiB). Premium prepaid starts at $400/month with cheaper per-dimension rates. Dedicated is contract-based from $400/month with HIPAA, PrivateLink, and 99.95% SLA.

Is Weaviate free for commercial use?

The open-source Weaviate database engine (github.com/weaviate/weaviate) is Apache 2.0 licensed — free for commercial use, including in production, with no per-node fees. Weaviate Cloud (the hosted version) is a separate paid product with the four tiers above. You can self-host Weaviate OSS indefinitely without paying Weaviate anything.

How does Weaviate's hybrid search work?

Weaviate runs BM25 keyword search and HNSW vector search in parallel, then fuses the ranked lists using reciprocal rank fusion. A tunable alpha parameter (0 = pure BM25, 1 = pure vector, 0.5 = balanced) controls the weighting. The result is a single ranked list that combines keyword precision with semantic recall — useful when your query has both specific terms ("Q3 OKRs") and semantic intent ("revenue dropped").

Is Weaviate usable from China?

Weaviate Cloud runs on AWS and GCP regions outside China. Direct access from mainland China shows 200-400ms additional latency vs US-based users. For low-latency access from China, consider self-hosting Weaviate OSS on Tencent Cloud or Alibaba Cloud in a mainland region — the engine runs identically.

What is the Weaviate Query Agent?

The Query Agent is a natural-language-to-DB-ops layer. You ask "show me top 5 customers by Q3 revenue in APAC" in plain English; the agent generates a Weaviate query (filter + sort + limit), executes it, and returns results. Free to 1,000 requests/month, then $30/organization/month for 4,000 requests. Built for analytics dashboards and LLM agents that need to query structured data without writing query DSL.

Can I migrate from Pinecone to Weaviate?

Yes. The Weaviate team publishes a migration guide covering schema conversion, embedding model reindexing, and SDK swap (Pinecone Python client to Weaviate Python client). For collections under 1M vectors, migration typically completes in hours. For multi-million vector collections, plan for a 24-48 hour parallel-run window to verify retrieval parity before cutting over.

Our verdict

Weaviate earns a strong recommendation for hybrid retrieval and enterprise compliance workloads. The open-source Apache 2.0 engine is the largest differentiator — no other major vector DB publishes its core under a permissive license. The built-in hybrid search, 8 managed embedding services, and natural-language Query Agent give Weaviate a feature density that Pinecone matches only with third-party integrations.

The trade-offs are real: the three-dimensional pricing (vector dims + storage + backup) requires careful capacity planning, the Flex tier's $0.12/GiB storage rate is more expensive than Pinecone's flat per-pod model, and China-mainland latency is poor without self-hosting. But for teams whose workloads need hybrid retrieval, HIPAA compliance, or OSS self-hosting flexibility, Weaviate is the most complete vector DB option in 2026.

For pure serverless simplicity at smaller scale, Pinecone remains the easier entry point. For Rust-native performance, Qdrant is the better choice. For embedded / in-process vector search, Chroma wins. Weaviate sits in the middle — more features than Pinecone, more flexible than Qdrant, more cloud-managed than Chroma.

Try Pinecone Serverless

The simpler alternative: Serverless from $50/mo Standard tier, no three-dimensional pricing math. Pairs with Weaviate for hybrid search via reciprocal rank fusion.

Get Pinecone free tier →