mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix embedder test
This commit is contained in:
parent
a489b406b4
commit
bad46f88d6
2 changed files with 2 additions and 1 deletions
|
@ -3041,6 +3041,7 @@ mod tests {
|
|||
source: Setting::Set(milli::vector::settings::EmbedderSource::Rest),
|
||||
api_key: Setting::Set(S("My super secret")),
|
||||
url: Setting::Set(S("http://localhost:7777")),
|
||||
dimensions: Setting::Set(4),
|
||||
..Default::default()
|
||||
};
|
||||
embedders.insert(S("default"), Setting::Set(embedding_settings));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue