Move back to the hnsw crate

This reverts commit 7a4b6c065482f988b01298642f4c18775503f92f.
This commit is contained in:
Kerollmops 2023-06-14 14:20:05 +02:00 committed by Clément Renault
parent aca305bb77
commit c79e82c62a
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
9 changed files with 101 additions and 60 deletions

View file

@ -10,7 +10,7 @@ pub mod documents;
mod asc_desc;
mod criterion;
mod distance;
pub mod dot_product;
mod error;
mod external_documents_ids;
pub mod facet;
@ -20,6 +20,7 @@ pub mod index;
pub mod proximity;
pub mod score_details;
mod search;
mod search;
pub mod update;
#[cfg(test)]