qdrant-edge 0.6.1

A lightweight, in-process vector search engine designed for embedded devices, autonomous systems, and mobile agents.
Documentation
1
2
3
4
5
6
7
8
mod build_common;
mod build_quantization;
mod build_segment;
fn main() {
    build_common::main();
    build_quantization::main();
    build_segment::main();
}