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
#[cfg(target_os = "linux")]
mod async_raw_scorer;
mod custom_query_scorer_equivalency;
mod test_appendable_dense_vector_storage;
mod test_appendable_multi_dense_vector_storage;
mod test_appendable_multi_turbo_vector_storage;
mod test_appendable_sparse_vector_storage;
mod test_appendable_turbo_vector_storage;
mod utils;