Store the vectors in an HNSW in LMDB

This commit is contained in:
Clément Renault 2023-06-08 12:19:06 +02:00
parent 7ac2f1489d
commit 4571e512d2
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
8 changed files with 142 additions and 36 deletions

View file

@ -10,6 +10,7 @@ pub mod documents;
mod asc_desc;
mod criterion;
pub mod dot_product;
mod error;
mod external_documents_ids;
pub mod facet;