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
mod point_mappings_ref;
mod tracker_enum;
mod trait_def;

pub 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, default_external_ids_batch,
    default_internal_versions_batch,
};