mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add EmbedderConfigs::into_inner
This commit is contained in:
parent
3493093c4f
commit
b368105272
1 changed files with 4 additions and 0 deletions
|
@ -152,6 +152,10 @@ impl EmbeddingConfigs {
|
||||||
&self.0
|
&self.0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn into_inner(self) -> HashMap<String, (Arc<Embedder>, Arc<Prompt>)> {
|
||||||
|
self.0
|
||||||
|
}
|
||||||
|
|
||||||
/// Get the name of the default embedder configuration.
|
/// Get the name of the default embedder configuration.
|
||||||
///
|
///
|
||||||
/// The default embedder is determined as follows:
|
/// The default embedder is determined as follows:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue