alaya 0.4.8

A memory engine for conversational AI agents, inspired by neuroscience and Buddhist psychology
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod categories;
pub mod conflicts;
pub mod embeddings;
pub mod episodic;
pub mod export;
pub mod implicit;
pub mod semantic;
pub mod strengths;
#[cfg(feature = "vec-sqlite")]
pub mod vec_search;