mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 12:46:31 +00:00
Mutex-based implementation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user