valentinus 1.3.0

A thread-safe vector database for model inference inside LMDB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// LMDB bindings.
///
mod database;
/// # valentinus
///
/// Next generation vector database.
///
/// Apache-2.0 License.
///
pub mod embeddings;
/// Multi-dimensional Metadata filter
///
mod md2f;
/// ONNX interface.
///
mod onnx;