Show Your Work: Provenance as a Query, Not a Forensic Reconstruction
Explore the ideas and implementation context behind this capability.
Explore the models / 8DB
Keep the source behind the answer.
Preserve passages and document structure so retrieval can lead back to the material that supports a result.
Implementation snapshot / Reviewed 18 September 2026
A documented regression indexes “automobile” and stores its lexical relationship to “car”. Exact-token search finds the first term; enabling stored synonym expansion lets the second retrieve the entity. The application uses the native Rust search API.
See the stored synonym example →The term the application asks for.
Present in the store; expansion is disabled for this query.
No exact-token match for “car”.
The indexed token is “automobile”. The stored relationship is not used while expansion is off.
Browser illustration of the documented native-search regression at 7daa7908. This control does not execute 8DB or generate an answer. A stored synonym connection is distinct from embedding similarity; input parsing, permissions and answer generation require their own qualification.
Download the example and evaluation checklist ↓unified_search_with_store with a populated store and typed request. Example pinned to native_search_lexical_scope.rs at 7daa7908; later integration status is tracked separately.
This is a scoped search fixture, not qualification of every document parser, access-control policy or assistant workflow. The reviewed search records retain open integration and broader release gates. Confirm the evaluated build and input formats.
Documented product scope, reviewed 17 September 2026. The underlying build and deployment must be qualified for your application.
Document retrieval can be the start of a source-backed investigation. 8DB keeps document structure and relationships available alongside vectors, records and graph dependencies.
Compare · rank · retrieve
Explore model ↗Connect · traverse · follow
Explore model ↗Filter · sort · project
Explore model ↗These connections show the models involved in the application design. Compare the supported combination and full workflow with a realistic alternative.
A document is represented through its sections and passages, with a route back to the source.
Conceptual application workflow. Qualify the supported operations, external tools, protection and persistence for the complete path. These diagrams are explanatory, not measured results.
A useful answer includes parsing, indexing, retrieval, evidence assembly and any model call. Compare the quality and cost of that whole path; count synchronization if source documents and indexes live separately.
Multimodel products such as SurrealDB provide document and related data-model entry points. The choice requires comparing concrete source-preservation and query behaviour, not just counting supported labels.
SurrealDB data modelsCompare equivalent outputs and required guarantees, including the simplest single-product alternative where one exists. A specialist may remain the better fit when its operators, ecosystem or operational maturity are decisive. Combining native models becomes valuable when your actual question crosses them.
Modality performance / Evidence reviewed 18 September 2026
There may be supporting engineering measurements in the internal archive. We are reconciling their workload, result quality and comparison conditions before presenting a public chart. A benchmark for an adjacent model does not establish this model’s performance.
Record build-time and serving memory separately, original and derived stored bytes, measured joules per completed job, and physical writes including indexing, compaction and recovery. A smaller representation does not by itself prove lower energy or longer device life.
Match correctness, freshness, durability and protection across alternatives. Encryption, authorization, adapters, network setup and output delivery belong in the complete-job comparison wherever required. No universal zero-overhead claim follows from these results.
Verify the supported API/SDK, data format, persistence and indexing behaviour for the release you plan to use. Match the operation-by-modality protection profile and device qualification to the workload.
Explore the ideas and implementation context behind this capability.
Explore the ideas and implementation context behind this capability.
This reference explains 8DB’s public modality description with an explicit workload and selection criteria. It is a documentary review, not fresh execution of every operator or platform.
Public sources: 8DB modality scope; SurrealDB data models; the related articles above. Internal source leads and outstanding release checks remain in the editorial record.
Download this referenceBring the data shapes, input state, expected output and the systems you use today. Define a comparison around that complete job.
Discuss your workload