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
pub(crate) mod batched_reader;
pub mod segment_builder;
mod segment_constructor_base;
#[cfg(any(test, feature = "testing"))]
pub mod simple_segment_constructor;

pub use segment_constructor_base::*;