add an extractor for cellulite in the new pipeline

This commit is contained in:
Tamo
2025-07-15 23:16:08 +02:00
parent 14a93d65a4
commit b00a1dcc00
6 changed files with 558 additions and 3 deletions

View File

@ -18,6 +18,8 @@ use crate::update::new::DocumentChange;
use crate::update::GrenadParameters;
use crate::{lat_lng_to_xyz, DocumentId, GeoPoint, Index, InternalError, Result};
mod cellulite;
pub struct GeoExtractor {
grenad_parameters: GrenadParameters,
}