Introduce a way to store the HNSW on multiple LMDB entries

This commit is contained in:
Kerollmops 2023-06-21 17:07:02 +02:00 committed by Clément Renault
parent ff3664431f
commit 66b8cfd8c8
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 125 additions and 6 deletions

View file

@ -18,6 +18,7 @@ mod fields_ids_map;
pub mod heed_codec;
pub mod index;
pub mod proximity;
mod readable_slices;
pub mod score_details;
mod search;
pub mod update;