mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Switch default from hf to openai
This commit is contained in:
parent
87bba98bd8
commit
eb5cb91da2
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ where
|
|||
|
||||
impl Default for EmbedderSettings {
|
||||
fn default() -> Self {
|
||||
Self::HuggingFace(Default::default())
|
||||
Self::OpenAi(Default::default())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue