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 mod compressed_posting_list;
pub mod inverted_index;
#[cfg(feature = "testing")]
pub mod loaders;
pub mod posting_list;
pub mod posting_list_common;
pub mod search_context;

#[cfg(test)]
mod tests;