Run This Ai
EN DE

Weaviate

Open-source vector database combining vector search with structured filtering for AI applications

★ 16,448 GitHub BSD-3-Clause vector-databasevector-searchsemantic-searchraggenerative-searchhybrid-searchhnsw RAG & Knowledge

Overview

Weaviate is an open-source vector database that stores both objects and vectors, allowing vector search with structured filtering, with the fault tolerance and scalability of a cloud-native database. It supports hybrid search (vector + keyword), generative search, and comes with built-in modules for OpenAI, Cohere, Hugging Face, and more. Written in Go, it uses HNSW for ANN indexing and provides a GraphQL API for seamless integration with AI and ML pipelines.

Requirements

Min vCPU
1
Min RAM
4096 MB
Min Disk
10 GB
Rec vCPU
2
Rec RAM
4096 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  weaviate:
    image: semitechnologies/weaviate:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/weaviate:/data

Best VPS for Weaviate →

Related tools

Guides & articles