Skip to content

SensibleDB Overview

SensibleDB is a high-performance graph-vector database built from scratch in Rust.

What is SensibleDB?

SensibleDB makes it easy to build all components needed for an AI application in a single platform.

Key Features

  • Built-in MCP Tools - AI agents discover data and walk the graph
  • Built-in Embeddings - Use Embed() to vectorize text in queries
  • RAG Tooling - Vector search, BM25, graph traversals
  • Secure by Default - Private by default
  • Ultra-Low Latency - Rust + LMDB
  • Type-Safe Queries - Compile-time validation

Multi-Model Support

Model Description
Graph Native node/edge with traversals
Vector Cosine similarity with embeddings
KV Simple key-value lookups
Document Flexible schema documents
Relational Table-based queries with joins