qdrant-edge 0.8.0

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
pub(crate) 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;
pub(crate) mod quantized_ram_storage;
mod quantized_scorer_builder;
pub(crate) mod quantized_storage;
pub mod quantized_vectors;