Skip to main content

qdrant_edge/
lib.rs

1#![allow(unexpected_cfgs)]
2#![allow(dead_code, unused_imports)]
3// #![warn(unnameable_types)] // TODO: re-enable when cleaning up the API
4pub use edge::*;
5mod common;
6mod edge;
7mod gridstore;
8mod posting_list;
9mod quantization;
10mod segment;
11mod shard;
12mod sparse;
13mod wal;