Expand description
§VantaDB — Embedded Persistent Memory Engine
Embedded core for durable local memory, vector retrieval, and structured fields.
Re-exports§
pub use binary_header::VantaHeader;pub use engine::EngineStats;pub use engine::InMemoryEngine;pub use engine::QueryResult;pub use engine::SourceType;pub use error::Result;pub use error::VantaError;pub use node::DistanceMetric;pub use node::Edge;pub use node::FieldValue;pub use node::NodeFlags;pub use node::RelFields;pub use node::UnifiedNode;pub use node::VectorRepresentations;pub use sdk::VantaBm25TermContribution;pub use sdk::VantaCapabilities;pub use sdk::VantaEdgeRecord;pub use sdk::VantaEmbedded;pub use sdk::VantaExportReport;pub use sdk::VantaFields;pub use sdk::VantaHybridFusionReport;pub use sdk::VantaImportReport;pub use sdk::VantaIndexRebuildReport;pub use sdk::VantaMemoryInput;pub use sdk::VantaMemoryListOptions;pub use sdk::VantaMemoryListPage;pub use sdk::VantaMemoryMetadata;pub use sdk::VantaMemoryRecord;pub use sdk::VantaMemorySearchHit;pub use sdk::VantaMemorySearchRequest;pub use sdk::VantaNodeInput;pub use sdk::VantaNodeRecord;pub use sdk::VantaOperationalMetrics;pub use sdk::VantaQueryResult;pub use sdk::VantaRuntimeProfile;pub use sdk::VantaSearchExplanation;pub use sdk::VantaSearchExplanationHit;pub use sdk::VantaSearchHit;pub use sdk::VantaStorageTier;pub use sdk::VantaTextIndexAuditReport;pub use sdk::VantaTextIndexRepairReport;pub use sdk::VantaValue;pub use storage::BackendKind;pub use utils::compute_confidence_friction;pub use utils::DuplicatePreventionFilter;pub use utils::OriginCollisionTracker;pub use wal::WalReader;pub use wal::WalRecord;pub use wal::WalWriter;
Modules§
- binary_
header - cli
- VantaDB CLI Arguments - Shareable definitions for CLI binary and build.rs
- cli_
handlers - CLI command handlers for VantaDB — extracted for testability.
- columnar
- config
- console
- VantaDB Professional Console
- engine
- error
- executor
- gc
- governor
- graph
- Local graph traversal helper.
- hardware
- index
- integrations
- VantaDB Integrations (Ollama, LangChain)
- metadata
- Product identifiers and versioning.
- metrics
- node
- parser
- Historical parser surface.
- physical_
plan - planner
- Search planner for VantaDB hybrid retrieval.
- query
- sdk
- serialization
- storage
- utils
- Utility modules extracted from experimental governance.
- vector
- wal