mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Move back to the hnsw crate
This reverts commit 7a4b6c065482f988b01298642f4c18775503f92f.
This commit is contained in:
parent
aca305bb77
commit
c79e82c62a
9 changed files with 101 additions and 60 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue