khive-db 0.1.0

SQLite storage backend: entities, edges, notes, events, FTS5, sqlite-vec vectors.
Documentation
1
2
3
4
5
6
pub mod entity;
pub mod event;
pub mod graph;
pub mod note;
pub mod text;
pub mod vectors;