zantetsu_vecdb/lib.rs
1//! # Zantetsu VecDB
2//!
3//! Semantic title mapping via embedded vector search.
4//! Maps extracted title strings to canonical AniList/Kitsu IDs
5//! using HNSW approximate nearest neighbor search with hybrid
6//! semantic + lexical scoring.
7
8// Phase 3 modules:
9// pub mod cache;
10// pub mod embeddings;
11// pub mod error;
12// pub mod index;
13// pub mod search;