Skip to content
A crystalline vector data-core radiating indigo and cyan light — the SuperChargeDB engine
Multimodal search engine · By ZadeNor AI

SuperChargeDBBy ZadeNor AIThe search engine for the multimodal era.

An object-storage-native, multimodal vector + document engine that returns the exact moment, region, passage, or line — not just a document id. Hybrid retrieval, cited agentic answers, and enterprise-grade access control, built on a modern serverless cloud platform.

Object storageVector indexManaged inferenceCoordinationQueuesAgent tooling / MCP

Multimodal planes + Locator

Four planes fuse into one answer that points to the exact spot.

Most vector databases stop at the row. SuperChargeDB indexes image, audio, video, and document modalities across four planes — text, visual, audio, and doc-visual — and returns a fine-grained Locator (the precise moment, region, passage, or line), fused by Reciprocal Rank Fusion.

Four luminous colored planes — text, visual, audio, and doc-visual — fusing into a single retrieval core

Text

→ passage · line span

Documents, transcripts, and code chunked, embedded, and indexed for dense + lexical recall.

Visual

→ frame · bbox region

Images and video frames localized to the exact moment and bounding-box region.

Audio

→ timestamp window

Speech and sound aligned to precise timestamp windows across long-form media.

Doc-visual

→ page · figure · cell

Scanned pages, tables, and figures via MUVERA visual-doc handling — down to the cell.

Hybrid + RRF (k = 60)Dense per-plane · FTS5 BM25 · rerank

Built for every domain

One retrieval core. Every industry's hardest questions.

From patient scans to case law to keynote footage — SuperChargeDB returns the exact moment, region, passage, or line, with cited answers and enterprise-grade access control tuned to your domain.

Cinematic hologram of a multimodal medical data core — scans, charts, and clinical notes fused for healthcare retrieval

Healthcare

Retrieve the exact scan region, chart passage, or clinical note — every hit clamped to patient- and role-scoped access.

Cinematic hologram of contracts and case law surfacing precise clauses and citations for legal retrieval

Legal

Pin the precise clause, page, and citation across contracts and case law — cited, verified, and audit-ready.

Cinematic hologram of financial filings, transcripts, and dashboards fused for line-level retrieval

Finance

Search filings, transcripts, and dashboards down to the line — grounded answers with a tamper-evident trail.

Cinematic hologram of video frames, audio waveforms, and archives fused for media retrieval

Media & Entertainment

Find the exact frame, moment, and quote across video, audio, and archives in seconds — not hours.

Cinematic hologram of a secure command data core representing government and defense retrieval

Government & Defense

DoD-ready retrieval with hash-chained WORM audit and per-principal scope enforcement across every surface.

Cinematic hologram of product catalog imagery and content fused for retail retrieval

Retail & E-commerce

Unify catalog, imagery, and support content into one multimodal, shoppable search surface.

Enterprise access control

One enforcement core. DoD- and enterprise-ready.

Cross-tenant, cross-project, or cross-principal leakage requires multiple independent failures. Every hit is filtered by acl_owner / acl_groups at the ANN metadata layer before it ever reaches you.

Scopes below namespaces

A first-class project dimension nested under each tenant namespace — two independent isolation levels, zero per-tenant infrastructure.

Per-user ACL narrowing

Every request is clamped server-side to effective_scope = requested ∩ granted. The caller — or the LLM — can never widen access.

Full RBAC / ABAC

Role- and attribute-based grants enforced by one core across every surface, backed by API-token → principal resolution.

Verifiable hash-chained audit

Tamper-evident audit sealed into object-lock (WORM) storage; the chain head is CAS-committed and independently verifiable via GET /v1/audit/verify — any reader can prove the log was never reordered.

UI · CLI · REST · SDK · MCP — identical guarantees
A glowing aegis shield linked to a cryptographic hash-chain, representing tamper-evident WORM audit

Five surfaces, one core

Reach the engine any way you build. Same enforcement everywhere.

There's no privileged surface and no path to your data that skips the clamp. The TypeScript + Python SDKs, the CLI, and the remote MCP server all ship today — with identical RBAC/ABAC and scope intersection across all five.

SDK · CLI · MCP shipped — see the quickstarts in docs
A cinematic hologram of an AI agent orchestrating tools over a remote MCP server — agent-native retrieval

UI

Access / SSO session

CLI

SUPERCHARGEDB_TOKEN

REST

Bearer / Access-JWT

SDK

TS + Python client

MCP

OAuth 2.1 · agent-native

search.ts — SuperChargeDB SDK
// Same query, same scope clamp — UI, CLI, REST, SDK, or MCP. const { hits, answer } = await turbo.search({ query: "failover during the Q3 keynote", scope: "acme/prod/keynotes", // intersected with your grants planes: ["text", "visual", "audio", "doc_visual"], fusion: { rrf: 60 }, rerank: true, cite: true, // verified, grounded answer }); // → hits[0].locator = { t: 767.3, plane: "audio" }

Cloud-native architecture

We stopped building the two hardest pieces. The platform hands them to you.

No storage engine to run, no ANN index to tune. The scarce resource flips from object round-trips to inference compute — so the rule becomes: retrieve cheaply, spend deliberately.

Object storage

Egress-free source of truth

Vector index

Managed ANN index across every plane

Managed inference

Embed · rerank · VLM · ASR (usage-billed)

Coordination

Manifests, sessions, strong-consistency delta

Queues + Workflows

Durable ingest, compaction, reconcile

Containers

CPU-bound ffmpeg · OCR · scene detection

Agent tooling / MCP

Agent-native remote tooling

Inference gateway

Cache · rate-limit · per-model cost & latency

Napkin math

50k documents · 200k queries / month

Vector index (50k docs)< $7
Inference — query embeds~ $0.48
Inference — rerank~ $1.20
Catalog · compute · queues~ $2–5
LLM synthesis (dominant)the rest

Estimated total

~ $80–90 /mo

$0 egress · $0 per-tenant infra

4

Multimodal planes

text · visual · audio · doc-visual

5

Access surfaces

UI · CLI · REST · SDK · MCP

k=60

RRF hybrid fusion

dense + BM25, reranked

$0

Egress fees

object storage source of truth

Ship retrieval that points to the answer.

Run the exact same code locally and on the global edge. Local → prod parity, zero rewrite.