mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
rename all occurences of user_defined to user_provided for consistency
This commit is contained in:
parent
b7349910d9
commit
d85ab23b82
8 changed files with 42 additions and 37 deletions
|
@ -955,7 +955,7 @@ impl IndexScheduler {
|
|||
let user_provided = embedding_configs
|
||||
.iter()
|
||||
.find(|conf| conf.name == embedder_name)
|
||||
.is_some_and(|conf| conf.user_defined.contains(id));
|
||||
.is_some_and(|conf| conf.user_provided.contains(id));
|
||||
|
||||
let embeddings = ExplicitVectors {
|
||||
embeddings: VectorOrArrayOfVectors::from_array_of_vectors(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue