ll-core 0.1.2

Hybrid semantic search engine: BM25 + vector + PageRank + cross-encoder reranking over SQLite, with on-device ONNX inference
1
2
3
4
5
pub mod embed;
pub mod scoring;
pub mod graph;
pub mod rerank;
pub mod store;