yvdb 0.1.2

Educational in-memory vector DB: WAL + bincode snapshots (TOON header), IVF bucket search, Axum REST API, TOON query responses
Documentation
1
2
3
4
5
pub mod api;
pub mod app_state;
pub mod config;
pub mod persist;
pub mod store;