mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
user_provided => regenerate
This commit is contained in:
parent
a89eea233b
commit
3bc8f81abc
6 changed files with 62 additions and 48 deletions
|
@ -958,10 +958,10 @@ impl IndexScheduler {
|
|||
.is_some_and(|conf| conf.user_provided.contains(id));
|
||||
|
||||
let embeddings = ExplicitVectors {
|
||||
embeddings: VectorOrArrayOfVectors::from_array_of_vectors(
|
||||
embeddings,
|
||||
embeddings: Some(
|
||||
VectorOrArrayOfVectors::from_array_of_vectors(embeddings),
|
||||
),
|
||||
user_provided,
|
||||
regenerate: !user_provided,
|
||||
};
|
||||
vectors.insert(
|
||||
embedder_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue