//! Vector storage, embedding engine, and trait abstractions.
//!
//! Provides HNSW-backed vector storage for captured frames with
//! cosine similarity search, metadata filtering, delete/update operations,
//! and a pluggable embedding model trait.
pub use EmbeddingEngine;
pub use ;
pub use ;
pub use RuvectorEmbeddingModel;
pub use HnswVectorStore;