cerebro 0.1.0

Blazing-fast, storage-agnostic semantic memory engine for AI Agents — written in pure Rust
Documentation
1
2
3
4
5
6
pub mod memory;
pub mod pgvector;
pub mod kv;

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