mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Rename the ArroyWrapper/HannoyWrapper into VectorStore
This commit is contained in:
committed by
Louis Dureuil
parent
a38a57acb6
commit
f51f7832a7
@ -45,13 +45,13 @@ const HANNOY_EF_CONSTRUCTION: usize = 48;
|
||||
const HANNOY_M: usize = 16;
|
||||
const HANNOY_M0: usize = 32;
|
||||
|
||||
pub struct HannoyWrapper {
|
||||
pub struct VectorStore {
|
||||
quantized: bool,
|
||||
embedder_index: u8,
|
||||
database: hannoy::Database<Unspecified>,
|
||||
}
|
||||
|
||||
impl HannoyWrapper {
|
||||
impl VectorStore {
|
||||
pub fn new(
|
||||
database: hannoy::Database<Unspecified>,
|
||||
embedder_index: u8,
|
||||
|
Reference in New Issue
Block a user