mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Switch default from hf to openai
This commit is contained in:
parent
87bba98bd8
commit
eb5cb91da2
@ -157,7 +157,7 @@ where
|
|||||||
|
|
||||||
impl Default for EmbedderSettings {
|
impl Default for EmbedderSettings {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::HuggingFace(Default::default())
|
Self::OpenAi(Default::default())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user