Skip to main content

VectorDB

Lightweight, self-hosted vector database for semantic search and AI applications

Self-hosted

Run on your own infrastructure. No data leaves your environment. Deploy with a single Docker command.

Full-featured

Collections, metadata filtering, hybrid search (RRF), recommendations, reranking, multi-key auth, Redis caching.

Developer-first

Python SDK, TypeScript SDK, CLI tool, OpenAPI spec, Prometheus metrics, OpenTelemetry tracing.

Start in 30 seconds

docker compose up --build

curl -X POST http://localhost:8000/v1/collections \
  -H "x-api-key: test-key" \
  -d '{"name": "my-docs", "dim": 384, "distance_metric": "cosine"}'