mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
rename the index method to embedder_index
This commit is contained in:
parent
79d8a7a51a
commit
f2d187ba3e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue