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
11
mod buffered_update;
mod read_only;
mod stored_struct;
mod typed;
mod wrapped_pipeline;

pub use buffered_update::SliceBufferedUpdateWrapper;
pub use read_only::ReadOnly;
pub use stored_struct::StoredStruct;
pub use typed::TypedStorage;
use wrapped_pipeline::{BorrowedWrappedReadPipeline, OwnedWrappedReadPipeline};