Move MostlySend, ThreadLocal, FullySend to their own commit

This commit is contained in:
Louis Dureuil
2024-11-18 16:43:05 +01:00
parent 5f93651cef
commit 04c38220ca
16 changed files with 203 additions and 193 deletions

View File

@ -13,9 +13,8 @@ pub use geo::*;
pub use searchable::*;
pub use vectors::EmbeddingExtractor;
use super::indexer::document_changes::{
DocumentChanges, FullySend, IndexingContext, Progress, ThreadLocal,
};
use super::indexer::document_changes::{DocumentChanges, IndexingContext, Progress};
use super::thread_local::{FullySend, ThreadLocal};
use crate::update::GrenadParameters;
use crate::Result;