veles-core 0.6.0

Core library for Veles code search — indexing, chunking, BM25, dense search, and hybrid ranking
Documentation
1
2
3
4
5
6
//! Index module — dense index, sparse index, search, and the main `VelesIndex`.

pub mod dense;
pub mod search;
pub mod sparse;
pub mod topk;