qdrant-edge 0.7.1

A lightweight, in-process vector search engine designed for embedded devices, autonomous systems, and mobile agents.
Documentation
1
2
3
4
pub mod cosine;
pub mod dot;
pub mod euclid;
pub mod manhattan;