qdrant-edge 0.7.2

A lightweight, in-process vector search engine designed for embedded devices, autonomous systems, and mobile agents.
Documentation
1
2
3
4
5
pub mod common;
pub mod index;
pub(crate) mod search_scratch;

pub use search_scratch::{SearchScratch, SearchScratchArena, SearchScratchPool};