Skip to content

Vector DB · Weaviate

Weaviate

Open-source vector database with built-in vectorisers.

FREEMIUMAPI

Cloud-native vector DB that can compute embeddings inline — pass raw text in, store vectors out. Strong hybrid (BM25 + vector) search; self-hostable or managed.

Model support

Model-agnostic

Where it runs

  • API

Tags

  • #open-source
  • #self-hosted
  • #hybrid-search
  • #rag
Open WeaviateGitHubDocs

Related in Vector DB

  • View Pinecone details
    Vector DBFREEMIUMVetted

    Pinecone

    Pinecone

    Managed vector database. The industry-default serverless option.

    Fully-managed vector DB built for production RAG and semantic search at scale. Serverless pricing, low-latency reads, integrations across every framework. Most Blokz-adjacent AI teams reach for it first.

    • managed
    • serverless
    • rag
    • semantic-search
  • View pgvector details
    Vector DBOPEN SOURCEVetted

    pgvector

    pgvector community

    Vector similarity search inside Postgres. The pragmatic default.

    Postgres extension that adds a vector type plus exact and approximate nearest-neighbour search. Pairs naturally with Supabase, Neon, and any managed Postgres. The lowest-friction RAG backend if you already run Postgres.

    • postgres
    • open-source
    • extension
    • rag
  • View Chroma details
    Vector DBFREEMIUM

    Chroma

    Chroma

    Embedded vector DB. Pip-install, prototype, scale later.

    The low-friction starting point — Chroma runs embedded inside your Python process or as a hosted service. Great for prototypes and small-to-medium RAG apps; upgrade to a managed option when you outgrow it.

    • open-source
    • embedded
    • prototype
    • python
  • View Qdrant details
    Vector DBFREEMIUM

    Qdrant

    Qdrant

    Open-source, Rust-based vector DB. Fast, predictable, self-hostable.

    Vector database written in Rust with a strong focus on filtering, payloads, and predictable latency at scale. Self-host on a single binary or use the managed cloud.

    • open-source
    • rust
    • self-hosted
    • fast