cerebro 0.1.0

Blazing-fast, storage-agnostic semantic memory engine for AI Agents — written in pure Rust
Documentation
1
2
3
4
5
#[cfg(feature = "python")]
pub mod python;

#[cfg(feature = "wasm")]
pub mod wasm;