Small changes following review

This commit is contained in:
Louis Dureuil 2024-06-13 14:20:48 +02:00
parent 3f212a8202
commit e35ef31738
No known key found for this signature in database
4 changed files with 14 additions and 12 deletions

View file

@ -1182,7 +1182,6 @@ pub struct InnerIndexSettingsDiff {
pub(crate) old: InnerIndexSettings,
pub(crate) new: InnerIndexSettings,
pub(crate) primary_key_id: Option<FieldId>,
// TODO: compare directly the embedders.
pub(crate) embedding_config_updates: BTreeMap<String, EmbedderAction>,
pub(crate) settings_update_only: bool,
/// The set of only the additional searchable fields.