qdrant-edge 0.7.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
mod point_mappings_ref;
mod tracker_enum;
mod trait_def;

#[allow(dead_code)]
mod read_only_tracker_enum;

pub use point_mappings_ref::{PointMappingsGuard, PointMappingsRefEnum};
pub use tracker_enum::IdTrackerEnum;
pub use trait_def::{DELETED_POINT_VERSION, IdTracker, IdTrackerRead};