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
11
12
13
14
15
pub mod condition_checker;
#[cfg(feature = "testing")]
pub mod in_memory_payload_storage;
#[cfg(feature = "testing")]
pub mod in_memory_payload_storage_impl;
mod memory_reporter;
mod payload_storage_base;
pub mod payload_storage_enum;
pub mod payload_storage_impl;
pub mod query_checker;
pub mod read_only;
#[cfg(test)]
mod tests;

pub use payload_storage_base::*;