mirror of
https://github.com/ruvnet/RuView
synced 2026-08-08 20:11:43 +00:00
Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//! Ingestion pipeline with deduplication.
|
||||
//!
|
||||
//! The pipeline receives captured frames, passes them through the safety
|
||||
//! gate, checks for duplicates, generates embeddings, and stores the
|
||||
//! results in the vector store.
|
||||
|
||||
pub mod dedup;
|
||||
pub mod ingestion;
|
||||
|
||||
pub use dedup::FrameDeduplicator;
|
||||
pub use ingestion::{IngestResult, IngestionPipeline, PipelineStats};
|
||||
Reference in New Issue
Block a user