datacules-agentdb 0.5.0

Single-file embedded database for AI agents. SQL + Vector Search + Full-Text Search + Hybrid Queries + Memory Graphs.
Documentation
1
2
3
4
5
6
7
pub mod collection;
pub mod hnsw;

pub use collection::{
    BatchEntry, Collection, SearchOptions, SearchResult, VectorEntry, VectorStore,
};
pub use hnsw::DistanceMetric;