Pinecone
Managed serverless vector database for semantic search, RAG, and recommendation systems
Open-source vector database for AI-native search, RAG, and semantic retrieval — self-host free or run it managed on Weaviate Cloud
Weaviate is an open-source (BSD-3-Clause) vector database for AI-native search, RAG, and semantic retrieval. The core engine is free to self-host with no object cap. Weaviate Cloud adds a managed offering: a free tier capped at 100,000 objects, pay-as-you-go Flex from $45/month, Plus from $280/month, and custom-priced Premium for BYOC and compliance. Best for teams building production RAG and hybrid search.
Weaviate is an open-source vector database built for AI-native search, retrieval-augmented generation (RAG), and semantic retrieval. Instead of matching on exact keywords, it stores data as high-dimensional embeddings and finds results by meaning, making it a common backend for LLM applications that need to ground answers in private documents. The core engine is licensed under BSD-3-Clause and can be self-hosted via Docker, Kubernetes, or an embedded runtime with no cap on the number of objects you store.
Beyond raw vector storage, Weaviate ships hybrid search that blends dense vector similarity with BM25 keyword ranking, built-in vectorization modules and Weaviate Embeddings for generating vectors from text and images, and a Query Agent that translates natural-language intent into optimized database queries. It exposes GraphQL, REST, and gRPC APIs alongside SDKs for Python, Go, TypeScript, and JavaScript. For teams that prefer not to run infrastructure, Weaviate Cloud provides the same engine as a managed service with a free tier and metered paid plans.
Weaviate suits engineering teams building production RAG, semantic search, or AI agents that need durable memory, and it fits both self-hosted and managed deployment paths. The open-source core is a strong fit when data residency, cost control, or air-gapped operation matter; Weaviate Cloud makes sense when a team would rather pay for uptime and support than manage clusters themselves.
Starting price: $0 · Free tier: yes · Model: open-source
Price history tracked from June 2026
| Plan | Price | Includes |
|---|---|---|
| Open Source (Self-Hosted) | Free | BSD-3-Clause licensed, fully self-hostable · No object or collection cap · Deploy via Docker, Kubernetes, or embedded · All core vector, hybrid, and keyword search features |
| Cloud Free | Free | 100,000 objects, 1 GB memory, 10 GB disk · 1 collection, no credit card required · Built-in embeddings (2,000 requests/day) · Query Agent (1,000 requests/month) |
| Flex | $45/mo | Pay-as-you-go, no long-term commitment · Unlimited objects, up to 1,000 collections · 99.5% uptime SLA, RBAC · Priced on vector dimensions, storage, and backups |
| Plus | $280/mo | Annual commitment with discounted rates · Higher uptime SLA and faster support response · Choice of shared or dedicated deployment · Available across shared and dedicated clusters |
| Premium | Custom | Bring Your Own Cloud (BYOC) deployment · HIPAA and compliance controls · Dedicated infrastructure on AWS, GCP, or Azure · Enterprise support with 1-hour Sev 1 response |
| Pros | Cons |
|---|---|
| Core database is fully open source with no object cap when self-hosted | Cloud pricing is metered on vector dimensions, storage, and backups, so costs are harder to predict than flat per-object plans |
| Managed cloud starts free (100,000 objects) and scales pay-as-you-go from $45/month | Self-hosting at scale requires managing memory, replication, and quantization tuning yourself |
| Native hybrid search and built-in embeddings reduce the need for extra services | Enterprise BYOC and compliance features sit behind custom-priced Premium contracts |
| Broad SDK and API coverage (GraphQL, REST, gRPC) fits most stacks |
Managed serverless vector database for semantic search, RAG, and recommendation systems
Open-source vector database in Rust for RAG, agent memory, and semantic search — self-host free or run on Qdrant Cloud
Open-source data framework for LLM apps, plus the commercial LlamaCloud platform for parsing, extracting, and indexing complex documents
Open-source frameworks for building LLM agents, plus the commercial LangSmith platform for tracing, evaluation, and deployment
Memory layer for AI agents that stores and retrieves user context across sessions, open source with a hosted platform
Yes. The core Weaviate database is open source under the BSD-3-Clause license and free to self-host with no object cap. Weaviate Cloud also offers a free managed tier capped at 100,000 objects, 1 GB memory, and one collection, with no credit card required.
The core Weaviate database is licensed under BSD-3-Clause, a permissive open-source license held by Weaviate B.V. That means you can self-host, modify, and redistribute it, including in commercial products, subject to the license's attribution and endorsement clauses.
Weaviate Cloud has a free tier for up to 100,000 objects. Paid managed plans start with Flex at $45/month (pay-as-you-go), Plus from $280/month with annual commitment, and custom-priced Premium for BYOC and compliance needs. Usage is metered on vector dimensions, storage, and backups.
Yes. Weaviate exposes GraphQL, REST, and gRPC APIs, plus official SDKs for Python, Go, TypeScript, and JavaScript. Applications connect to a self-hosted instance or a Weaviate Cloud cluster through the same client libraries.
Weaviate is open source and can be self-hosted for free with no object cap, while Pinecone is a fully managed, closed-source service. Weaviate also ships native hybrid search and built-in vectorization modules; Pinecone focuses on a simpler managed vector API without a self-host option.
Yes. RAG is a primary use case. Weaviate stores document embeddings, supports hybrid vector-plus-keyword retrieval, and includes a Query Agent that turns natural-language intent into optimized queries, making it a common retrieval backend for LLM applications.