Cosmetic change

This commit is contained in:
Louis Dureuil 2023-12-12 12:08:36 +01:00
parent d4715e0c4d
commit abbe131084
No known key found for this signature in database

View File

@ -342,7 +342,7 @@ pub struct IndexScheduler {
/// so that a handle to the index is available from other threads (search) in an optimized manner.
currently_updating_index: Arc<RwLock<Option<(String, Index)>>>,
embedders: Arc<RwLock<HashMap<EmbedderOptions, std::sync::Arc<Embedder>>>>,
embedders: Arc<RwLock<HashMap<EmbedderOptions, Arc<Embedder>>>>,
// ================= test
// The next entry is dedicated to the tests.