Capability catalogue · 100 items

The AI data plane,
item by item.

KynetraDB is built to keep records, retrieval, permissions, events, and agent operations in one portable system. This catalogue is deliberately typed: every item has a category and state, and every available item links to evidence.

availableImplemented and linked to source evidence.betaIn active product validation; behaviour may change.roadmapPlanned direction, not a current product promise.researchExploratory work; not scheduled as a feature.

Browse the surface area

Find the capability you need

Showing all 100 capabilities

BM25 full-text retrieval Retrieval available Show details for BM25 full-text retrieval

Keyword retrieval is a native query shape over entity attributes.

Search and vector guide (opens in a new tab)
Cosine vector retrieval Retrieval available Show details for Cosine vector retrieval

Search embedding-bearing entities by semantic similarity without a separate vector service.

Search and vector guide (opens in a new tab)
Hybrid product retrieval Retrieval available Show details for Hybrid product retrieval

Fuse keyword candidates, facets, and optional cosine reranking in one product-search call.

Search and vector guide (opens in a new tab)
Kind-scoped search Retrieval available Show details for Kind-scoped search

Constrain retrieval to a record kind before ranking to keep application domains separate.

Search and vector guide (opens in a new tab)
Unicode-aware tokenisation Retrieval available Show details for Unicode-aware tokenisation

Normalise case and accents as text enters the native search index.

Search and vector guide (opens in a new tab)
Incremental retrieval index Retrieval beta Show details for Incremental retrieval index

Use a persisted, incrementally maintained retrieval path for growing collections.

In active product validation; behaviour may change.
Predicate-aware ANN Retrieval beta Show details for Predicate-aware ANN

Plan vector retrieval that understands structured filters before candidate selection.

In active product validation; behaviour may change.
Retrieval policy reranking Retrieval roadmap Show details for Retrieval policy reranking

Apply explicit ranking policies across lexical, semantic, and business signals.

Planned direction, not a current product promise.
Multimodal retrieval Retrieval research Show details for Multimodal retrieval

Retrieve over image, audio, and text representations under one query contract.

Exploratory work; not scheduled as a feature.
Learned hybrid fusion Retrieval research Show details for Learned hybrid fusion

Learn how to combine retrieval signals from labelled relevance data.

Exploratory work; not scheduled as a feature.
Provider-agnostic completions Models & embeddings available Show details for Provider-agnostic completions

Use one completion response shape across supported LLM providers.

LLM agents guide (opens in a new tab)
Anthropic provider Models & embeddings available Show details for Anthropic provider

Call the Anthropic Messages API through the pluggable provider layer.

LLM agents guide (opens in a new tab)
OpenAI-compatible provider Models & embeddings available Show details for OpenAI-compatible provider

Use endpoints that implement the OpenAI chat-completions surface.

LLM agents guide (opens in a new tab)
Local Ollama provider Models & embeddings available Show details for Local Ollama provider

Run local models through an Ollama-compatible provider without a cloud key.

LLM agents guide (opens in a new tab)
Provider fallback chains Models & embeddings available Show details for Provider fallback chains

Try configured model providers in a deliberate fallback order.

LLM agents guide (opens in a new tab)
Embedding dimension contracts Models & embeddings available Show details for Embedding dimension contracts

Keep embedding dimensions explicit at write and query boundaries.

Search and vector guide (opens in a new tab)
Model routing policy Models & embeddings roadmap Show details for Model routing policy

Route workloads to models by latency, privacy, and task shape.

Planned direction, not a current product promise.
Managed embedding jobs Models & embeddings roadmap Show details for Managed embedding jobs

Generate and refresh embeddings as a first-party managed workload.

Planned direction, not a current product promise.
Model cost observability Models & embeddings roadmap Show details for Model cost observability

Attribute tokens, latency, and spend by model and application action.

Planned direction, not a current product promise.
Fine-tuning registry Models & embeddings research Show details for Fine-tuning registry

Track deployable fine-tunes beside the data and evaluation records that justify them.

Exploratory work; not scheduled as a feature.
Structured tool definitions Agents & tools available Show details for Structured tool definitions

Define tool inputs with JSON Schema for provider-independent calling.

LLM agents guide (opens in a new tab)
Tool-call round trips Agents & tools available Show details for Tool-call round trips

Carry tool calls and results through a common message model.

LLM agents guide (opens in a new tab)
Memory collections Agents & tools available Show details for Memory collections

Store agent state in queryable collections that share the data plane.

Architecture (opens in a new tab)
Scoped operational tools Agents & tools available Show details for Scoped operational tools

Design operations around bounded tools rather than unrestricted shell access.

Architecture (opens in a new tab)
Agent audit trails Agents & tools available Show details for Agent audit trails

Keep an auditable record of agent operations and their effects.

Architecture (opens in a new tab)
Approval gates Agents & tools beta Show details for Approval gates

Require explicit review before destructive or expensive agent actions.

In active product validation; behaviour may change.
Durable agent runs Agents & tools roadmap Show details for Durable agent runs

Persist resumable, long-running agent work with checkpoints.

Planned direction, not a current product promise.
Agent regression suites Agents & tools roadmap Show details for Agent regression suites

Run task suites against agent versions before promotion.

Planned direction, not a current product promise.
Multi-agent role orchestration Agents & tools research Show details for Multi-agent role orchestration

Coordinate specialist agents with clear privileges and handoffs.

Exploratory work; not scheduled as a feature.
Self-improving tool selection Agents & tools research Show details for Self-improving tool selection

Learn safe tool-selection strategies from reviewed traces.

Exploratory work; not scheduled as a feature.
Document entities Data foundation available Show details for Document entities

Store flexible JSON entities as first-class durable records.

Architecture (opens in a new tab)
Key-value access Data foundation available Show details for Key-value access

Use direct key reads for exact context and application state.

Architecture (opens in a new tab)
Metadata filters Data foundation available Show details for Metadata filters

Filter retrieval against structured application attributes.

Search and vector guide (opens in a new tab)
Files alongside records Data foundation available Show details for Files alongside records

Keep file metadata and permissions aligned with the application data model.

Architecture (opens in a new tab)
Events in the data plane Data foundation available Show details for Events in the data plane

Build event context from the same mutation stream as application records.

Architecture (opens in a new tab)
Typed schema views Data foundation beta Show details for Typed schema views

Expose strongly typed application views over flexible documents.

In active product validation; behaviour may change.
Knowledge ingestion pipelines Data foundation roadmap Show details for Knowledge ingestion pipelines

Turn source files and connectors into governed retrieval records.

Planned direction, not a current product promise.
Document lineage Data foundation roadmap Show details for Document lineage

Track source, transform, and chunk lineage for every retrieval record.

Planned direction, not a current product promise.
Semantic deduplication Data foundation research Show details for Semantic deduplication

Detect near-duplicate knowledge before it enters a corpus.

Exploratory work; not scheduled as a feature.
Temporal knowledge queries Data foundation research Show details for Temporal knowledge queries

Ask which facts were valid at a particular time in a changing corpus.

Exploratory work; not scheduled as a feature.
Auth and API keys Governance available Show details for Auth and API keys

Use application authentication and API-key controls in the same system.

Architecture (opens in a new tab)
Roles and scopes Governance available Show details for Roles and scopes

Model access to data and operations through roles, keys, and scopes.

Architecture (opens in a new tab)
Audit events Governance available Show details for Audit events

Treat audit events as part of the application and operations model.

Architecture (opens in a new tab)
Tenant boundaries Governance available Show details for Tenant boundaries

Scope records and retrieval to the owning project or tenant.

Architecture (opens in a new tab)
File permissions Governance available Show details for File permissions

Align file access metadata with application permissions.

Architecture (opens in a new tab)
Retrieval policies Governance beta Show details for Retrieval policies

Define which collections and fields an agent may retrieve from.

In active product validation; behaviour may change.
PII redaction flows Governance roadmap Show details for PII redaction flows

Apply reviewable redaction before model calls or exports.

Planned direction, not a current product promise.
Data-residency policy Governance roadmap Show details for Data-residency policy

Choose deployment and storage boundaries that meet regional needs.

Planned direction, not a current product promise.
Policy simulation Governance research Show details for Policy simulation

Preview whether an access policy changes what an agent can retrieve.

Exploratory work; not scheduled as a feature.
Provenance confidence scoring Governance research Show details for Provenance confidence scoring

Score confidence from source authority, freshness, and transformation history.

Exploratory work; not scheduled as a feature.
Change feeds Realtime context available Show details for Change feeds

Derive application updates from the same mutation stream as records.

Architecture (opens in a new tab)
SSE subscriptions Realtime context available Show details for SSE subscriptions

Subscribe to realtime updates over server-sent events.

Architecture (opens in a new tab)
Realtime events Realtime context available Show details for Realtime events

Keep agents and interfaces current with data-plane events.

Architecture (opens in a new tab)
Durable conversation context Realtime context available Show details for Durable conversation context

Persist context as application data instead of an isolated session cache.

Portable AI database decision (opens in a new tab)
Local-first context Realtime context available Show details for Local-first context

Run context storage close to the application in a portable deployment.

Portable AI database decision (opens in a new tab)
Streaming retrieval updates Realtime context beta Show details for Streaming retrieval updates

Push new evidence into an active retrieval session as it arrives.

In active product validation; behaviour may change.
Live agent handoff Realtime context roadmap Show details for Live agent handoff

Transfer a working context between a person and an agent in real time.

Planned direction, not a current product promise.
Event-driven agents Realtime context roadmap Show details for Event-driven agents

Invoke governed agent workflows from durable data events.

Planned direction, not a current product promise.
Causal context graph Realtime context research Show details for Causal context graph

Model the events that caused a fact or recommendation to change.

Exploratory work; not scheduled as a feature.
Collective memory controls Realtime context research Show details for Collective memory controls

Control what teams and agents may contribute to shared memory.

Exploratory work; not scheduled as a feature.
Open data plane Portability available Show details for Open data plane

Run the core system without adopting a single cloud provider.

Portable AI database decision (opens in a new tab)
Single-binary deployment Portability available Show details for Single-binary deployment

Start with one deployable database process for the data plane.

Architecture (opens in a new tab)
Local and Docker workflows Portability available Show details for Local and Docker workflows

Develop locally and package the same data plane for deployment.

Architecture (opens in a new tab)
Cloud runtime profiles Portability available Show details for Cloud runtime profiles

Use named deployment profiles instead of exposing provider knobs first.

Architecture (opens in a new tab)
Provider boundaries Portability available Show details for Provider boundaries

Keep provider-specific behaviour outside the storage kernel.

Architecture (opens in a new tab)
Edge-read profile Portability beta Show details for Edge-read profile

Offer a tuned read-oriented deployment profile for edge-facing workloads.

In active product validation; behaviour may change.
Portable backup bundles Portability roadmap Show details for Portable backup bundles

Move data and retrieval state between compatible environments.

Planned direction, not a current product promise.
Cross-cloud migration Portability roadmap Show details for Cross-cloud migration

Plan low-friction movement of an AI app between cloud providers.

Planned direction, not a current product promise.
Air-gapped AI deployments Portability research Show details for Air-gapped AI deployments

Package models, retrieval, and operations for disconnected environments.

Exploratory work; not scheduled as a feature.
Sovereign control plane Portability research Show details for Sovereign control plane

Operate a fleet without exporting sensitive operational metadata.

Exploratory work; not scheduled as a feature.
Health contracts Operations available Show details for Health contracts

Expose health checks for a portable data-plane process.

Architecture (opens in a new tab)
Metrics and logs Operations available Show details for Metrics and logs

Operate through application metrics, logs, and explicit lifecycle commands.

Architecture (opens in a new tab)
Admin operations Operations available Show details for Admin operations

Manage collections, keys, users, backups, and deploy targets from familiar operations surfaces.

Architecture (opens in a new tab)
Backup-aware architecture Operations available Show details for Backup-aware architecture

Treat backup and recovery as first-class operating concerns.

Architecture (opens in a new tab)
Published benchmark evidence Operations available Show details for Published benchmark evidence

Publish measurement context instead of unsupported speed claims.

Published benchmark evidence (opens in a new tab)
Retrieval SLO dashboards Operations beta Show details for Retrieval SLO dashboards

Track latency, recall, and freshness together for production retrieval.

In active product validation; behaviour may change.
Model incident response Operations roadmap Show details for Model incident response

Run a bounded response playbook for provider or quality failures.

Planned direction, not a current product promise.
AI capacity planning Operations roadmap Show details for AI capacity planning

Plan storage, retrieval, and inference capacity as one service envelope.

Planned direction, not a current product promise.
Autonomous remediation Operations research Show details for Autonomous remediation

Let reviewed agents propose or execute bounded operational repairs.

Exploratory work; not scheduled as a feature.
Counterfactual retrieval debugging Operations research Show details for Counterfactual retrieval debugging

Explain which source or ranking decision changed a model outcome.

Exploratory work; not scheduled as a feature.
HTTP API Developer surface available Show details for HTTP API

Integrate application data and retrieval over an explicit server API.

API reference (opens in a new tab)
TypeScript client Developer surface available Show details for TypeScript client

Use a TypeScript client for application-facing database interactions.

Architecture (opens in a new tab)
MCP surface Developer surface available Show details for MCP surface

Connect compatible tools through a model-context protocol surface.

Architecture (opens in a new tab)
CLI lifecycle Developer surface available Show details for CLI lifecycle

Initialize, start, and inspect a portable local data-plane process.

Architecture (opens in a new tab)
Rust core Developer surface available Show details for Rust core

Build on a native Rust engine with explicit systems boundaries.

Architecture (opens in a new tab)
SDK retrieval helpers Developer surface beta Show details for SDK retrieval helpers

Add typed helpers for common retrieval and context patterns.

In active product validation; behaviour may change.
Prompt versioning Developer surface roadmap Show details for Prompt versioning

Version prompts with the application code and deployment context.

Planned direction, not a current product promise.
Local evaluation harness Developer surface roadmap Show details for Local evaluation harness

Run retrieval and agent checks before pushing an application change.

Planned direction, not a current product promise.
Semantic debugger Developer surface research Show details for Semantic debugger

Inspect the context and ranking path behind an individual response.

Exploratory work; not scheduled as a feature.
Intent test generation Developer surface research Show details for Intent test generation

Generate reviewed test queries from a product’s real information architecture.

Exploratory work; not scheduled as a feature.
Measured retrieval benchmarks Evaluation & quality available Show details for Measured retrieval benchmarks

Publish documented benchmark context for retrieval performance.

Published benchmark evidence (opens in a new tab)
Retrieval benchmark workloads Evaluation & quality available Show details for Retrieval benchmark workloads

Exercise BM25 and vector paths with named retrieval workloads.

Published benchmark evidence (opens in a new tab)
Honest capability states Evaluation & quality available Show details for Honest capability states

Separate implemented, partial, and future capability claims.

Portable AI database decision (opens in a new tab)
Architecture quality gates Evaluation & quality available Show details for Architecture quality gates

Use explicit proof requirements before broad production claims.

Architecture (opens in a new tab)
Source-linked feature claims Evaluation & quality available Show details for Source-linked feature claims

Link public available-state claims to the product evidence behind them.

Portable AI database decision (opens in a new tab)
Recall measurement Evaluation & quality beta Show details for Recall measurement

Compare approximate retrieval against an exact baseline for known datasets.

In active product validation; behaviour may change.
Labelled relevance datasets Evaluation & quality roadmap Show details for Labelled relevance datasets

Evaluate retrieval quality with a maintained, task-specific judgement set.

Planned direction, not a current product promise.
Prompt regression tracking Evaluation & quality roadmap Show details for Prompt regression tracking

Track answer quality changes as prompts, models, and corpora evolve.

Planned direction, not a current product promise.
Human preference evaluation Evaluation & quality research Show details for Human preference evaluation

Collect structured reviewer preferences for consequential outputs.

Exploratory work; not scheduled as a feature.
Continuous trust model Evaluation & quality research Show details for Continuous trust model

Combine quality, freshness, source, and policy signals into a decision to answer.

Exploratory work; not scheduled as a feature.