qdrant-edge 0.7.2

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
9
10
mod quantized_chunked_mmap_storage;
mod quantized_custom_query_scorer;
mod quantized_multi_custom_query_scorer;
mod quantized_multi_query_scorer;
pub mod quantized_multivector_storage;
pub mod quantized_query_scorer;
mod quantized_ram_storage;
mod quantized_scorer_builder;
mod quantized_storage;
pub mod quantized_vectors;