mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Mutex-based implementation
This commit is contained in:
parent
d0b0b90d17
commit
1876132172
3 changed files with 22 additions and 28 deletions
|
@ -252,7 +252,7 @@ impl Embedder {
|
|||
options,
|
||||
dimensions: 0,
|
||||
pooling,
|
||||
cache: EmbeddingCache::new(super::CAP_PER_THREAD),
|
||||
cache: EmbeddingCache::new(super::CACHE_CAP),
|
||||
};
|
||||
|
||||
let embeddings = this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue