sevensense-vector 0.1.0

Vector database operations and HNSW indexing for 7sense bioacoustics platform
Documentation
1
2
3
4
5
6
7
8
9
10
//! Application layer for the Vector Space bounded context.
//!
//! Contains:
//! - Services: Use case implementations
//! - DTOs: Data transfer objects
//! - Commands/Queries: CQRS patterns

pub mod services;

pub use services::*;