leann-core 0.1.0

LEANN is a revolutionary vector database that democratizes personal AI. Transform your laptop into a powerful RAG system that can index and search through millions of documents while using 97% less storage than traditional solutions without accuracy loss.
Documentation
1
2
3
4
5
6
7
8
pub mod build;
pub mod csr;
pub mod graph;
pub mod io;
pub mod search;
pub mod simd;

pub use graph::{HnswConfig, HnswGraph};