mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-14 08:58:59 +01:00
rename the index method to embedder_index
This commit is contained in:
parent
79d8a7a51a
commit
f2d187ba3e
@ -45,7 +45,7 @@ impl ArroyWrapper {
|
||||
Self { database, embedder_index, quantized }
|
||||
}
|
||||
|
||||
pub fn index(&self) -> u8 {
|
||||
pub fn embedder_index(&self) -> u8 {
|
||||
self.embedder_index
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user